Show / Hide Table of Contents

Class CfnCustomActionType.ArtifactDetailsProperty

Returns information about the details of an artifact.

Inheritance
System.Object
CfnCustomActionType.ArtifactDetailsProperty
Implements
CfnCustomActionType.IArtifactDetailsProperty
Namespace: Amazon.CDK.AWS.CodePipeline
Assembly: Amazon.CDK.AWS.CodePipeline.dll
Syntax (csharp)
public class ArtifactDetailsProperty : Object, CfnCustomActionType.IArtifactDetailsProperty
Syntax (vb)
Public Class ArtifactDetailsProperty
    Inherits Object
    Implements CfnCustomActionType.IArtifactDetailsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodePipeline;

ArtifactDetailsProperty artifactDetailsProperty = new ArtifactDetailsProperty {
    MaximumCount = 123,
    MinimumCount = 123
};

Synopsis

Constructors

ArtifactDetailsProperty()

Properties

MaximumCount

The maximum number of artifacts allowed for the action type.

MinimumCount

The minimum number of artifacts allowed for the action type.

Constructors

ArtifactDetailsProperty()

public ArtifactDetailsProperty()

Properties

MaximumCount

The maximum number of artifacts allowed for the action type.

public double MaximumCount { get; set; }
Property Value

System.Double

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount

MinimumCount

The minimum number of artifacts allowed for the action type.

public double MinimumCount { get; set; }
Property Value

System.Double

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount

Implements

CfnCustomActionType.IArtifactDetailsProperty
Back to top Generated by DocFX