Interface OrganizationAccessApprovalSettingsConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
OrganizationAccessApprovalSettingsConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.226Z") @Stability(Stable) public interface OrganizationAccessApprovalSettingsConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOrganizationAccessApprovalSettingsConfig.BuilderA builder forOrganizationAccessApprovalSettingsConfigstatic classOrganizationAccessApprovalSettingsConfig.Jsii$ProxyAn implementation forOrganizationAccessApprovalSettingsConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OrganizationAccessApprovalSettingsConfig.Builderbuilder()default StringgetActiveKeyVersion()The asymmetric crypto key version to use for signing approval requests.ObjectgetEnrolledServices()enrolled_services block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_access_approval_settings#id OrganizationAccessApprovalSettings#id}.default List<String>getNotificationEmails()A list of email addresses to which notifications relating to approval requests should be sent.StringgetOrganizationId()ID of the organization of the access approval settings.default OrganizationAccessApprovalSettingsTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getEnrolledServices
@Stability(Stable) @NotNull Object getEnrolledServices()
enrolled_services block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_access_approval_settings#enrolled_services OrganizationAccessApprovalSettings#enrolled_services}
-
getOrganizationId
@Stability(Stable) @NotNull String getOrganizationId()
ID of the organization of the access approval settings.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_access_approval_settings#organization_id OrganizationAccessApprovalSettings#organization_id}
-
getActiveKeyVersion
@Stability(Stable) @Nullable default String getActiveKeyVersion()
The asymmetric crypto key version to use for signing approval requests.Empty active_key_version indicates that a Google-managed key should be used for signing. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_access_approval_settings#active_key_version OrganizationAccessApprovalSettings#active_key_version}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_access_approval_settings#id OrganizationAccessApprovalSettings#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.
-
getNotificationEmails
@Stability(Stable) @Nullable default List<String> getNotificationEmails()
A list of email addresses to which notifications relating to approval requests should be sent.Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_access_approval_settings#notification_emails OrganizationAccessApprovalSettings#notification_emails}
-
getTimeouts
@Stability(Stable) @Nullable default OrganizationAccessApprovalSettingsTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_access_approval_settings#timeouts OrganizationAccessApprovalSettings#timeouts}
-
builder
@Stability(Stable) static OrganizationAccessApprovalSettingsConfig.Builder builder()
-
-