Interface CloudbuildTriggerApprovalConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudbuildTriggerApprovalConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.061Z") @Stability(Stable) public interface CloudbuildTriggerApprovalConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildTriggerApprovalConfig.BuilderA builder forCloudbuildTriggerApprovalConfigstatic classCloudbuildTriggerApprovalConfig.Jsii$ProxyAn implementation forCloudbuildTriggerApprovalConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudbuildTriggerApprovalConfig.Builderbuilder()default ObjectgetApprovalRequired()Whether or not approval is needed.
-
-
-
Method Detail
-
getApprovalRequired
@Stability(Stable) @Nullable default Object getApprovalRequired()
Whether or not approval is needed.If this is set on a build, it will become pending when run, and will need to be explicitly approved to start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#approval_required CloudbuildTrigger#approval_required}
-
builder
@Stability(Stable) static CloudbuildTriggerApprovalConfig.Builder builder()
-
-