Class PipelineArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodePipeline
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineArgs : ResourceArgs
Constructors
View SourcePipelineArgs()
Declaration
public PipelineArgs()
Properties
View SourceArtifactStore
One or more artifact_store blocks. Artifact stores are documented below.
Declaration
public Input<PipelineArtifactStoreArgs> ArtifactStore { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PipelineArtifactStoreArgs> |
Name
The name of the pipeline.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
A service role Amazon Resource Name (ARN) that grants AWS CodePipeline permission to make calls to AWS services on your behalf.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Stages
A stage block. Stages are documented below.
Declaration
public InputList<PipelineStageArgs> Stages { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PipelineStageArgs> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |