Uses of Interface
com.hashicorp.cdktf.providers.google.data_google_iam_role.DataGoogleIamRoleConfig
-
Packages that use DataGoogleIamRoleConfig Package Description com.hashicorp.cdktf.providers.google.data_google_iam_role data_google_iam_role -
-
Uses of DataGoogleIamRoleConfig in com.hashicorp.cdktf.providers.google.data_google_iam_role
Classes in com.hashicorp.cdktf.providers.google.data_google_iam_role that implement DataGoogleIamRoleConfig Modifier and Type Class Description static classDataGoogleIamRoleConfig.Jsii$ProxyAn implementation forDataGoogleIamRoleConfigMethods in com.hashicorp.cdktf.providers.google.data_google_iam_role that return DataGoogleIamRoleConfig Modifier and Type Method Description DataGoogleIamRoleConfigDataGoogleIamRoleConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.data_google_iam_role with parameters of type DataGoogleIamRoleConfig Constructor Description DataGoogleIamRole(software.constructs.Construct scope, String id, DataGoogleIamRoleConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/iam_role google_iam_role} Data Source.
-