Show / Hide Table of Contents

Class PipelineState

Inheritance
System.Object
InputArgs
ResourceArgs
PipelineState
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 PipelineState : ResourceArgs

Constructors

View Source

PipelineState()

Declaration
public PipelineState()

Properties

View Source

Arn

The codepipeline ARN.

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

ArtifactStore

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

Declaration
public Input<PipelineArtifactStoreGetArgs> ArtifactStore { get; set; }
Property Value
Type Description
Input<PipelineArtifactStoreGetArgs>
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<PipelineStageGetArgs> Stages { get; set; }
Property Value
Type Description
InputList<PipelineStageGetArgs>
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.