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 booleanfinal 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 as CheckAllResults.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
-
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.- 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 as CheckAllResults.- 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.- 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()
-