Interface AssuredWorkloadsWorkloadResourceSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AssuredWorkloadsWorkloadResourceSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.564Z") @Stability(Stable) public interface AssuredWorkloadsWorkloadResourceSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAssuredWorkloadsWorkloadResourceSettings.BuilderA builder forAssuredWorkloadsWorkloadResourceSettingsstatic classAssuredWorkloadsWorkloadResourceSettings.Jsii$ProxyAn implementation forAssuredWorkloadsWorkloadResourceSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AssuredWorkloadsWorkloadResourceSettings.Builderbuilder()default StringgetDisplayName()User-assigned resource display name.default StringgetResourceId()Resource identifier.default StringgetResourceType()Indicates the type of resource.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
User-assigned resource display name. If not empty it will be used to create a resource with the specified name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/assured_workloads_workload#display_name AssuredWorkloadsWorkload#display_name}
-
getResourceId
@Stability(Stable) @Nullable default String getResourceId()
Resource identifier.For a project this represents projectId. If the project is already taken, the workload creation will fail. For KeyRing, this represents the keyring_id. For a folder, don't set this value as folder_id is assigned by Google. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/assured_workloads_workload#resource_id AssuredWorkloadsWorkload#resource_id}
-
getResourceType
@Stability(Stable) @Nullable default String getResourceType()
Indicates the type of resource.This field should be specified to correspond the id to the right project type (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT) Possible values: RESOURCE_TYPE_UNSPECIFIED, CONSUMER_PROJECT, ENCRYPTION_KEYS_PROJECT, KEYRING, CONSUMER_FOLDER Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/assured_workloads_workload#resource_type AssuredWorkloadsWorkload#resource_type}
-
builder
@Stability(Stable) static AssuredWorkloadsWorkloadResourceSettings.Builder builder()
-
-