Class RuleProps.Jsii$Proxy
- All Implemented Interfaces:
RuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RuleProps
RuleProps-
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.RuleProps
RuleProps.Builder, RuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRuleProps.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 com.fasterxml.jackson.databind.node.ObjectNodeThe action configuration fields for the rule.The 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.final StringThe rule provider that implements the rule's functionality.final StringThe AWS Region for the condition associated with the rule.final RolegetRole()The IAM role that the rule will use to execute its actions.final StringThe version of the rule to use.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 theRuleProps.Builder.
-
-
Method Details
-
getCommands
Description copied from interface:RulePropsThe 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.
Default: - No commands
- Specified by:
getCommandsin interfaceRuleProps
-
getConfiguration
public final com.fasterxml.jackson.databind.node.ObjectNode getConfiguration()Description copied from interface:RulePropsThe action configuration fields for the rule.This can include custom parameters specific to the rule type.
Default: - No configuration
- Specified by:
getConfigurationin interfaceRuleProps
-
getInputArtifacts
Description copied from interface:RulePropsThe input artifacts fields for the rule, such as specifying an input file for the rule.Each string in the array represents an artifact name that this rule will use as input.
Default: - No input artifacts
- Specified by:
getInputArtifactsin interfaceRuleProps
-
getName
Description copied from interface:RulePropsThe name of the rule that is created for the condition.Must be unique within the pipeline.
Default: - A unique name will be generated
Example:
"VariableCheck";
-
getProvider
Description copied from interface:RulePropsThe rule provider that implements the rule's functionality.Default: - No provider, must be specified if rule is used
Example:
"DeploymentWindow";
- Specified by:
getProviderin interfaceRuleProps- See Also:
-
getRegion
Description copied from interface:RulePropsThe AWS Region for the condition associated with the rule.If not specified, uses the pipeline's region.
Default: - Pipeline's region
-
getRole
Description copied from interface:RulePropsThe IAM role that the rule will use to execute its actions.The role must have sufficient permissions to perform the rule's tasks.
Default: - A new role will be created
-
getVersion
Description copied from interface:RulePropsThe version of the rule to use.Different versions may have different features or behaviors.
Default: '1'
- Specified by:
getVersionin interfaceRuleProps
-
$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()
-