メインコンテンツまでスキップ
バージョン: 3.5

aws_data_credential_assume_policy

This data source is a prerequisite for the implementation of the celerdatabyoc_aws_deployment_role_credential resource.

Example Usage

data "celerdatabyoc_aws_data_credential_assume_policy" "assume_role" {}

Attribute Reference

This data source exports the following attributes:

  • json: The JSON policy document used to create an AWS IAM policy.
  • version: Provides support for policy version comparisons, the result of which only affects newly created clusters and have no effect on existing clusters.

See Also