Interface ProjectDefaultServiceAccountsConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ProjectDefaultServiceAccountsConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.417Z") @Stability(Stable) public interface ProjectDefaultServiceAccountsConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProjectDefaultServiceAccountsConfig.BuilderA builder forProjectDefaultServiceAccountsConfigstatic classProjectDefaultServiceAccountsConfig.Jsii$ProxyAn implementation forProjectDefaultServiceAccountsConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ProjectDefaultServiceAccountsConfig.Builderbuilder()StringgetAction()The action to be performed in the default service accounts.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_default_service_accounts#id ProjectDefaultServiceAccounts#id}.StringgetProject()The project ID where service accounts are created.default StringgetRestorePolicy()The action to be performed in the default service accounts on the resource destroy.default ProjectDefaultServiceAccountsTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getAction
@Stability(Stable) @NotNull String getAction()
The action to be performed in the default service accounts.Valid values are: DEPRIVILEGE, DELETE, DISABLE. Note that DEPRIVILEGE action will ignore the REVERT configuration in the restore_policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_default_service_accounts#action ProjectDefaultServiceAccounts#action}
-
getProject
@Stability(Stable) @NotNull String getProject()
The project ID where service accounts are created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_default_service_accounts#project ProjectDefaultServiceAccounts#project}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_default_service_accounts#id ProjectDefaultServiceAccounts#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getRestorePolicy
@Stability(Stable) @Nullable default String getRestorePolicy()
The action to be performed in the default service accounts on the resource destroy.Valid values are NONE, REVERT and REVERT_AND_IGNORE_FAILURE. It is applied for any action but in the DEPRIVILEGE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_default_service_accounts#restore_policy ProjectDefaultServiceAccounts#restore_policy}
-
getTimeouts
@Stability(Stable) @Nullable default ProjectDefaultServiceAccountsTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_default_service_accounts#timeouts ProjectDefaultServiceAccounts#timeouts}
-
builder
@Stability(Stable) static ProjectDefaultServiceAccountsConfig.Builder builder()
-
-