Interface FolderAccessApprovalSettingsConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
FolderAccessApprovalSettingsConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.254Z") @Stability(Stable) public interface FolderAccessApprovalSettingsConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFolderAccessApprovalSettingsConfig.BuilderA builder forFolderAccessApprovalSettingsConfigstatic classFolderAccessApprovalSettingsConfig.Jsii$ProxyAn implementation forFolderAccessApprovalSettingsConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static FolderAccessApprovalSettingsConfig.Builderbuilder()default StringgetActiveKeyVersion()The asymmetric crypto key version to use for signing approval requests.ObjectgetEnrolledServices()enrolled_services block.StringgetFolderId()ID of the folder of the access approval settings.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_access_approval_settings#id FolderAccessApprovalSettings#id}.default List<String>getNotificationEmails()A list of email addresses to which notifications relating to approval requests should be sent.default FolderAccessApprovalSettingsTimeoutsgetTimeouts()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/folder_access_approval_settings#enrolled_services FolderAccessApprovalSettings#enrolled_services}
-
getFolderId
@Stability(Stable) @NotNull String getFolderId()
ID of the folder of the access approval settings.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_access_approval_settings#folder_id FolderAccessApprovalSettings#folder_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. This property will be ignored if set by an ancestor of the resource, and new non-empty values may not be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_access_approval_settings#active_key_version FolderAccessApprovalSettings#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/folder_access_approval_settings#id FolderAccessApprovalSettings#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/folder_access_approval_settings#notification_emails FolderAccessApprovalSettings#notification_emails}
-
getTimeouts
@Stability(Stable) @Nullable default FolderAccessApprovalSettingsTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_access_approval_settings#timeouts FolderAccessApprovalSettings#timeouts}
-
builder
@Stability(Stable) static FolderAccessApprovalSettingsConfig.Builder builder()
-
-