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