Interface ClouddeployAutomationRulesAdvanceRolloutRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployAutomationRulesAdvanceRolloutRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.123Z") @Stability(Stable) public interface ClouddeployAutomationRulesAdvanceRolloutRule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployAutomationRulesAdvanceRolloutRule.BuilderA builder forClouddeployAutomationRulesAdvanceRolloutRulestatic classClouddeployAutomationRulesAdvanceRolloutRule.Jsii$ProxyAn implementation forClouddeployAutomationRulesAdvanceRolloutRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddeployAutomationRulesAdvanceRolloutRule.Builderbuilder()StringgetId()Required.default List<String>getSourcePhases()Optional.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.
-
getSourcePhases
@Stability(Stable) @Nullable default List<String> getSourcePhases()
Optional.Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: '^[a-z](%5Ba-z0-9-%5D%7B0,61%7D%5Ba-z0-9%5D)?$'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_automation#source_phases ClouddeployAutomation#source_phases}
-
getWait
@Stability(Stable) @Nullable default String getWait()
Optional. How long to wait after a rollout is finished.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 ClouddeployAutomationRulesAdvanceRolloutRule.Builder builder()
-
-