Uses of Class
com.hashicorp.cdktf.providers.aws.data_aws_iam_user.DataAwsIamUser.Builder
-
Packages that use DataAwsIamUser.Builder Package Description com.hashicorp.cdktf.providers.aws.data_aws_iam_user data_aws_iam_user -
-
Uses of DataAwsIamUser.Builder in com.hashicorp.cdktf.providers.aws.data_aws_iam_user
Methods in com.hashicorp.cdktf.providers.aws.data_aws_iam_user that return DataAwsIamUser.Builder Modifier and Type Method Description DataAwsIamUser.BuilderDataAwsIamUser.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DataAwsIamUser.BuilderDataAwsIamUser.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DataAwsIamUser.BuilderDataAwsIamUser.Builder. count(com.hashicorp.cdktf.TerraformCount count)DataAwsIamUser.BuilderDataAwsIamUser.Builder. count(Number count)static DataAwsIamUser.BuilderDataAwsIamUser.Builder. create(software.constructs.Construct scope, String id)DataAwsIamUser.BuilderDataAwsIamUser.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DataAwsIamUser.BuilderDataAwsIamUser.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)DataAwsIamUser.BuilderDataAwsIamUser.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/iam_user#id DataAwsIamUser#id}.DataAwsIamUser.BuilderDataAwsIamUser.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DataAwsIamUser.BuilderDataAwsIamUser.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)DataAwsIamUser.BuilderDataAwsIamUser.Builder. provisioners(List<? extends Object> provisioners)DataAwsIamUser.BuilderDataAwsIamUser.Builder. tags(Map<String,String> tags)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/iam_user#tags DataAwsIamUser#tags}.DataAwsIamUser.BuilderDataAwsIamUser.Builder. userName(String userName)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/iam_user#user_name DataAwsIamUser#user_name}.
-