@Stability(value=Stable) @Internal public static final class CfnPipeline.ActionTypeIdProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipeline.ActionTypeIdProperty
CfnPipeline.ActionTypeIdPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnPipeline.ActionTypeIdProperty.Builder, CfnPipeline.ActionTypeIdProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPipeline.ActionTypeIdProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPipeline.ActionDeclarationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCategory()
A category defines what kind of action can be taken in the stage, and constrains the provider type for the action.
|
String |
getOwner()
The creator of the action being called.
|
String |
getProvider()
The provider of the service being called by the action.
|
String |
getVersion()
A string that describes the action version.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPipeline.ActionTypeIdProperty.Builder builder)
CfnPipeline.ActionDeclarationProperty.Builder.public final String getCategory()
CfnPipeline.ActionTypeIdPropertyValid categories are limited to one of the values below.
SourceBuildTestDeployInvokeApprovalgetCategory in interface CfnPipeline.ActionTypeIdPropertypublic final String getOwner()
CfnPipeline.ActionTypeIdProperty
There are three valid values for the Owner field in the action category section within your pipeline structure: AWS , ThirdParty , and Custom . For more information, see Valid Action Types and Providers in CodePipeline .
getOwner in interface CfnPipeline.ActionTypeIdPropertypublic final String getProvider()
CfnPipeline.ActionTypeIdProperty
Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of CodeDeploy, which would be specified as CodeDeploy . For more information, see Valid Action Types and Providers in CodePipeline .
getProvider in interface CfnPipeline.ActionTypeIdPropertypublic final String getVersion()
CfnPipeline.ActionTypeIdPropertygetVersion in interface CfnPipeline.ActionTypeIdProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.