Class CfnPipeline.ActionDeclarationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnPipeline.ActionDeclarationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPipeline.ActionDeclarationProperty
CfnPipeline.ActionDeclarationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnPipeline.ActionDeclarationPropertyCfnPipeline.ActionDeclarationProperty.Builder, CfnPipeline.ActionDeclarationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.ActionDeclarationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies the action type and the provider of the action.The shell commands to run with your compute action in CodePipeline.final ObjectThe action's configuration.final ObjectThe environment variables for the action.final ObjectThe name or ID of the artifact consumed by the action, such as a test or build artifact.final StringgetName()The action declaration's name.final StringThe variable namespace associated with the action.final ObjectThe name or ID of the result of the action declaration, such as a test or build artifact.The list of variables that are to be exported from the compute action.final StringThe action declaration's AWS Region, such as us-east-1.final StringThe ARN of the IAM service role that performs the declared action.final NumberThe order in which actions are run.final NumberA timeout duration in minutes that can be applied against the ActionType’s default timeout value specified in Quotas for AWS CodePipeline .final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnPipeline.ActionDeclarationProperty.Builder.
 
- 
- 
Method Details- 
getActionTypeIdDescription copied from interface:CfnPipeline.ActionDeclarationPropertySpecifies the action type and the provider of the action.Returns union: either IResolvableorCfnPipeline.ActionTypeIdProperty- Specified by:
- getActionTypeIdin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getNameDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe action declaration's name.- Specified by:
- getNamein interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getCommandsDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe shell commands to run with your compute action in CodePipeline.All commands are supported except multi-line formats. While CodeBuild logs and permissions are used, you do not need to create any resources in CodeBuild. Using compute time for this action will incur separate charges in AWS CodeBuild . - Specified by:
- getCommandsin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getConfigurationDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe action's configuration.These are key-value pairs that specify input values for an action. For more information, see Action Structure Requirements in CodePipeline . For the list of configuration properties for the AWS CloudFormation action type in CodePipeline, see Configuration Properties Reference in the AWS CloudFormation User Guide . For template snippets with examples, see Using Parameter Override Functions with CodePipeline Pipelines in the AWS CloudFormation User Guide . The values can be represented in either JSON or YAML format. For example, the JSON configuration item format is as follows: JSON: "Configuration" : { Key : Value },- Specified by:
- getConfigurationin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getEnvironmentVariablesDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe environment variables for the action.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipeline.EnvironmentVariableProperty>- Specified by:
- getEnvironmentVariablesin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getInputArtifactsDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe name or ID of the artifact consumed by the action, such as a test or build artifact.While the field is not a required parameter, most actions have an action configuration that requires a specified quantity of input artifacts. To refer to the action configuration specification by action provider, see the Action structure reference in the AWS CodePipeline User Guide . For a CodeBuild action with multiple input artifacts, one of your input sources must be designated the PrimarySource. For more information, see the CodeBuild action reference page in the AWS CodePipeline User Guide . Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipeline.InputArtifactProperty>- Specified by:
- getInputArtifactsin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getNamespaceDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe variable namespace associated with the action.All variables produced as output by this action fall under this namespace. - Specified by:
- getNamespacein interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getOutputArtifactsDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe name or ID of the result of the action declaration, such as a test or build artifact.While the field is not a required parameter, most actions have an action configuration that requires a specified quantity of output artifacts. To refer to the action configuration specification by action provider, see the Action structure reference in the AWS CodePipeline User Guide . Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipeline.OutputArtifactProperty>- Specified by:
- getOutputArtifactsin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getOutputVariablesDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe list of variables that are to be exported from the compute action.This is specifically CodeBuild environment variables as used for that action. - Specified by:
- getOutputVariablesin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getRegionDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe action declaration's AWS Region, such as us-east-1.- Specified by:
- getRegionin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getRoleArnDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe ARN of the IAM service role that performs the declared action.This is assumed through the roleArn for the pipeline. - Specified by:
- getRoleArnin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getRunOrderDescription copied from interface:CfnPipeline.ActionDeclarationPropertyThe order in which actions are run.- Specified by:
- getRunOrderin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
getTimeoutInMinutesDescription copied from interface:CfnPipeline.ActionDeclarationPropertyA timeout duration in minutes that can be applied against the ActionType’s default timeout value specified in Quotas for AWS CodePipeline . This attribute is available only to the manual approval ActionType.- Specified by:
- getTimeoutInMinutesin interface- CfnPipeline.ActionDeclarationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-