ActionDeclaration class

Represents information about an action declaration.

Constructors

ActionDeclaration({required ActionTypeId actionTypeId, required String name, Map<String, String>? configuration, List<InputArtifact>? inputArtifacts, String? namespace, List<OutputArtifact>? outputArtifacts, String? region, String? roleArn, int? runOrder})
ActionDeclaration.fromJson(Map<String, dynamic> json)
factory

Properties

actionTypeId ActionTypeId
Specifies the action type and the provider of the action.
final
configuration Map<String, String>?
The 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.
final
hashCode int
The hash code for this object.
no setterinherited
inputArtifacts List<InputArtifact>?
The name or ID of the artifact consumed by the action, such as a test or build artifact.
final
name String
The action declaration's name.
final
namespace String?
The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
final
outputArtifacts List<OutputArtifact>?
The name or ID of the result of the action declaration, such as a test or build artifact.
final
region String?
The action declaration's AWS Region, such as us-east-1.
final
roleArn String?
The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
final
runOrder int?
The order in which actions are run.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited