Class ClouddeployAutomationRulesPromoteReleaseRule.Jsii$Proxy

    • Method Detail

      • getId

        public final String getId()
        Description copied from interface: ClouddeployAutomationRulesPromoteReleaseRule
        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.

        Specified by:
        getId in interface ClouddeployAutomationRulesPromoteReleaseRule
      • getDestinationTargetId

        public final String getDestinationTargetId()
        Description copied from interface: ClouddeployAutomationRulesPromoteReleaseRule
        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}

        Specified by:
        getDestinationTargetId in interface ClouddeployAutomationRulesPromoteReleaseRule
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object