Interface ClouddeployAutomationRulesPromoteReleaseRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployAutomationRulesPromoteReleaseRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.124Z") @Stability(Stable) public interface ClouddeployAutomationRulesPromoteReleaseRule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployAutomationRulesPromoteReleaseRule.BuilderA builder forClouddeployAutomationRulesPromoteReleaseRulestatic classClouddeployAutomationRulesPromoteReleaseRule.Jsii$ProxyAn implementation forClouddeployAutomationRulesPromoteReleaseRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddeployAutomationRulesPromoteReleaseRule.Builderbuilder()default StringgetDestinationPhase()Optional.default StringgetDestinationTargetId()Optional.StringgetId()Required.default StringgetWait()Optional.
-
-
-
Method Detail
-
getId
@Stability(Stable) @NotNull String getId()
Required.ID of the rule. This id must be unique in the 'Automation' resource to which this rule belongs. The format is 'a-z{0,62}'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#id ClouddeployAutomation#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.
-
getDestinationPhase
@Stability(Stable) @Nullable default String getDestinationPhase()
Optional. The starting phase of the rollout created by this operation. Default to the first phase.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#destination_phase ClouddeployAutomation#destination_phase}
-
getDestinationTargetId
@Stability(Stable) @Nullable default String getDestinationTargetId()
Optional.The ID of the stage in the pipeline to which this 'Release' is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following: * The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline. * "@next", the next target in the promotion sequence. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#destination_target_id ClouddeployAutomation#destination_target_id}
-
getWait
@Stability(Stable) @Nullable default String getWait()
Optional. How long the release need to be paused until being promoted to the next target.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#wait ClouddeployAutomation#wait}
-
builder
@Stability(Stable) static ClouddeployAutomationRulesPromoteReleaseRule.Builder builder()
-
-