Class CfnPipeline.RuleDeclarationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipeline.RuleDeclarationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.RuleDeclarationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipeline.RuleDeclarationProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.RuleDeclarationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.RuleDeclarationProperty
An implementation for
CfnPipeline.RuleDeclarationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnPipeline.RuleDeclarationProperty
CfnPipeline.RuleDeclarationProperty.Builder, CfnPipeline.RuleDeclarationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.RuleDeclarationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe shell commands to run with your commands rule in CodePipeline.final ObjectThe action configuration fields for the rule.final ObjectThe input artifacts fields for the rule, such as specifying an input file for the rule.final StringgetName()The name of the rule that is created for the condition, such asVariableCheck.final StringThe Region for the condition associated with the rule.final StringThe pipeline role ARN associated with the rule.final ObjectThe ID for the rule type, which is made up of the combined values for category, owner, provider, and version.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPipeline.RuleDeclarationProperty.Builder.
-
-
Method Details
-
getCommands
Description copied from interface:CfnPipeline.RuleDeclarationPropertyThe shell commands to run with your commands rule 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 interfaceCfnPipeline.RuleDeclarationProperty- See Also:
-
getConfiguration
Description copied from interface:CfnPipeline.RuleDeclarationPropertyThe action configuration fields for the rule.- Specified by:
getConfigurationin interfaceCfnPipeline.RuleDeclarationProperty- See Also:
-
getInputArtifacts
Description copied from interface:CfnPipeline.RuleDeclarationPropertyThe input artifacts fields for the rule, such as specifying an input file for the rule.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipeline.InputArtifactProperty>- Specified by:
getInputArtifactsin interfaceCfnPipeline.RuleDeclarationProperty- See Also:
-
getName
Description copied from interface:CfnPipeline.RuleDeclarationPropertyThe name of the rule that is created for the condition, such asVariableCheck.- Specified by:
getNamein interfaceCfnPipeline.RuleDeclarationProperty- See Also:
-
getRegion
Description copied from interface:CfnPipeline.RuleDeclarationPropertyThe Region for the condition associated with the rule.- Specified by:
getRegionin interfaceCfnPipeline.RuleDeclarationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnPipeline.RuleDeclarationPropertyThe pipeline role ARN associated with the rule.- Specified by:
getRoleArnin interfaceCfnPipeline.RuleDeclarationProperty- See Also:
-
getRuleTypeId
Description copied from interface:CfnPipeline.RuleDeclarationPropertyThe ID for the rule type, which is made up of the combined values for category, owner, provider, and version.Returns union: either
IResolvableorCfnPipeline.RuleTypeIdProperty- Specified by:
getRuleTypeIdin interfaceCfnPipeline.RuleDeclarationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-