Interface SecureSourceManagerInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SecureSourceManagerInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.664Z") @Stability(Stable) public interface SecureSourceManagerInstanceConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecureSourceManagerInstanceConfig.BuilderA builder forSecureSourceManagerInstanceConfigstatic classSecureSourceManagerInstanceConfig.Jsii$ProxyAn implementation forSecureSourceManagerInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SecureSourceManagerInstanceConfig.Builderbuilder()default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#id SecureSourceManagerInstance#id}.StringgetInstanceId()The name for the Instance.default StringgetKmsKey()Customer-managed encryption key name, in the format projects/* /locations/* /keyRings/* /cryptoKeys/*.default Map<String,String>getLabels()Labels as key value pairs.StringgetLocation()The location for the Instance.default SecureSourceManagerInstancePrivateConfiggetPrivateConfig()private_config block.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#project SecureSourceManagerInstance#project}.default SecureSourceManagerInstanceTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getInstanceId
@Stability(Stable) @NotNull String getInstanceId()
The name for the Instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#instance_id SecureSourceManagerInstance#instance_id}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location for the Instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#location SecureSourceManagerInstance#location}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#id SecureSourceManagerInstance#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.
-
getKmsKey
@Stability(Stable) @Nullable default String getKmsKey()
Customer-managed encryption key name, in the format projects/* /locations/* /keyRings/* /cryptoKeys/*.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#kms_key SecureSourceManagerInstance#kms_key} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels as key value pairs.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#labels SecureSourceManagerInstance#labels}
-
getPrivateConfig
@Stability(Stable) @Nullable default SecureSourceManagerInstancePrivateConfig getPrivateConfig()
private_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#private_config SecureSourceManagerInstance#private_config}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#project SecureSourceManagerInstance#project}.
-
getTimeouts
@Stability(Stable) @Nullable default SecureSourceManagerInstanceTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#timeouts SecureSourceManagerInstance#timeouts}
-
builder
@Stability(Stable) static SecureSourceManagerInstanceConfig.Builder builder()
-
-