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