Interface ClouddeployTargetCustomTarget
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployTargetCustomTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.172Z") @Stability(Stable) public interface ClouddeployTargetCustomTarget extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployTargetCustomTarget.BuilderA builder forClouddeployTargetCustomTargetstatic classClouddeployTargetCustomTarget.Jsii$ProxyAn implementation forClouddeployTargetCustomTarget
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ClouddeployTargetCustomTarget.Builderbuilder()StringgetCustomTargetType()Required.
-
-
-
Method Detail
-
getCustomTargetType
@Stability(Stable) @NotNull String getCustomTargetType()
Required. The name of the CustomTargetType. Format must beprojects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#custom_target_type ClouddeployTarget#custom_target_type}
-
builder
@Stability(Stable) static ClouddeployTargetCustomTarget.Builder builder()
-
-