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