Show / Hide Table of Contents

Class PipelineArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PipelineArgs
Inherited Members
ResourceArgs.Empty
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 Source

PipelineArgs()

Declaration
public PipelineArgs()

Properties

View Source

ArtifactStore

One or more artifact_store blocks. Artifact stores are documented below.

Declaration
public Input<PipelineArtifactStoreArgs> ArtifactStore { get; set; }
Property Value
Type Description
Input<PipelineArtifactStoreArgs>
View Source

Name

The name of the pipeline.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Stages

A stage block. Stages are documented below.

Declaration
public InputList<PipelineStageArgs> Stages { get; set; }
Property Value
Type Description
InputList<PipelineStageArgs>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.