Uses of Interface
com.hashicorp.cdktf.providers.aws.data_aws_caller_identity.DataAwsCallerIdentityConfig
-
Packages that use DataAwsCallerIdentityConfig Package Description com.hashicorp.cdktf.providers.aws.data_aws_caller_identity data_aws_caller_identity -
-
Uses of DataAwsCallerIdentityConfig in com.hashicorp.cdktf.providers.aws.data_aws_caller_identity
Classes in com.hashicorp.cdktf.providers.aws.data_aws_caller_identity that implement DataAwsCallerIdentityConfig Modifier and Type Class Description static classDataAwsCallerIdentityConfig.Jsii$ProxyAn implementation forDataAwsCallerIdentityConfigMethods in com.hashicorp.cdktf.providers.aws.data_aws_caller_identity that return DataAwsCallerIdentityConfig Modifier and Type Method Description DataAwsCallerIdentityConfigDataAwsCallerIdentityConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.data_aws_caller_identity with parameters of type DataAwsCallerIdentityConfig Constructor Description DataAwsCallerIdentity(software.constructs.Construct scope, String id, DataAwsCallerIdentityConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/caller_identity aws_caller_identity} Data Source.
-