Uses of Interface
com.hashicorp.cdktf.providers.aws.iam_role.IamRoleConfig
-
Packages that use IamRoleConfig Package Description com.hashicorp.cdktf.providers.aws.iam_role aws_iam_role -
-
Uses of IamRoleConfig in com.hashicorp.cdktf.providers.aws.iam_role
Classes in com.hashicorp.cdktf.providers.aws.iam_role that implement IamRoleConfig Modifier and Type Class Description static classIamRoleConfig.Jsii$ProxyAn implementation forIamRoleConfigMethods in com.hashicorp.cdktf.providers.aws.iam_role that return IamRoleConfig Modifier and Type Method Description IamRoleConfigIamRoleConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.iam_role with parameters of type IamRoleConfig Constructor Description IamRole(software.constructs.Construct scope, String id, IamRoleConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/iam_role aws_iam_role} Resource.
-