WorkloadArgs

data class WorkloadArgs(val billingAccount: Output<String>? = null, val cjisSettings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettingsArgs>? = null, val complianceRegime: Output<WorkloadComplianceRegime>? = null, val displayName: Output<String>? = null, val ekmProvisioningResponse: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponseArgs>? = null, val enableSovereignControls: Output<Boolean>? = null, val etag: Output<String>? = null, val externalId: Output<String>? = null, val fedrampHighSettings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettingsArgs>? = null, val fedrampModerateSettings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettingsArgs>? = null, val il4Settings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadIL4SettingsArgs>? = null, val kmsSettings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettingsArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val partner: Output<WorkloadPartner>? = null, val partnerPermissions: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissionsArgs>? = null, val provisionedResourcesParent: Output<String>? = null, val resourceSettings: Output<List<GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettingsArgs>>? = null, val violationNotificationsEnabled: Output<Boolean>? = null) : ConvertibleToJava<WorkloadArgs>

Creates Assured Workload.

Constructors

Link copied to clipboard
fun WorkloadArgs(billingAccount: Output<String>? = null, cjisSettings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettingsArgs>? = null, complianceRegime: Output<WorkloadComplianceRegime>? = null, displayName: Output<String>? = null, ekmProvisioningResponse: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadEkmProvisioningResponseArgs>? = null, enableSovereignControls: Output<Boolean>? = null, etag: Output<String>? = null, externalId: Output<String>? = null, fedrampHighSettings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettingsArgs>? = null, fedrampModerateSettings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettingsArgs>? = null, il4Settings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadIL4SettingsArgs>? = null, kmsSettings: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadKMSSettingsArgs>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, partner: Output<WorkloadPartner>? = null, partnerPermissions: Output<GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissionsArgs>? = null, provisionedResourcesParent: Output<String>? = null, resourceSettings: Output<List<GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettingsArgs>>? = null, violationNotificationsEnabled: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): WorkloadArgs

Properties

Link copied to clipboard
val billingAccount: Output<String>? = null

Optional. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF.

Link copied to clipboard

Input only. Immutable. Settings specific to resources needed for CJIS.

Link copied to clipboard

Immutable. Compliance Regime associated with this workload.

Link copied to clipboard
val displayName: Output<String>? = null

The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload

Link copied to clipboard

Optional. Represents the Ekm Provisioning State of the given workload.

Link copied to clipboard
val enableSovereignControls: Output<Boolean>? = null

Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.

Link copied to clipboard
val etag: Output<String>? = null

Optional. ETag of the workload, it is calculated on the basis of the Workload contents. It will be used in Update & Delete operations.

Link copied to clipboard
val externalId: Output<String>? = null

Optional. A identifier associated with the workload and underlying projects which allows for the break down of billing costs for a workload. The value provided for the identifier will add a label to the workload and contained projects with the identifier as the value.

Link copied to clipboard

Input only. Immutable. Settings specific to resources needed for FedRAMP High.

Link copied to clipboard

Input only. Immutable. Settings specific to resources needed for FedRAMP Moderate.

Link copied to clipboard

Input only. Immutable. Settings specific to resources needed for IL4.

Link copied to clipboard

Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS CMEK key is provisioned. This field is deprecated as of Feb 28, 2022. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Optional. Labels applied to the workload.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Optional. The resource name of the workload. Format: organizations/{organization}/locations/{location}/workloads/{workload} Read-only.

Link copied to clipboard
val organizationId: Output<String>? = null
Link copied to clipboard
val partner: Output<WorkloadPartner>? = null

Optional. Partner regime associated with this workload.

Link copied to clipboard

Optional. Permissions granted to the AW Partner SA account for the customer workload

Link copied to clipboard
val provisionedResourcesParent: Output<String>? = null

Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id}

Link copied to clipboard

Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional.

Link copied to clipboard

Optional. Indicates whether the e-mail notification for a violation is enabled for a workload. This value will be by default True, and if not present will be considered as true. This should only be updated via updateWorkload call. Any Changes to this field during the createWorkload call will not be honored. This will always be true while creating the workload.