Interface CfnCustomActionType.IArtifactDetailsProperty
Returns information about the details of an artifact.
Namespace: Amazon.CDK.AWS.CodePipeline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IArtifactDetailsProperty
Syntax (vb)
Public Interface IArtifactDetailsProperty
Remarks
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;
var artifactDetailsProperty = new ArtifactDetailsProperty {
MaximumCount = 123,
MinimumCount = 123
};
Synopsis
Properties
Maximum |
The maximum number of artifacts allowed for the action type. |
Minimum |
The minimum number of artifacts allowed for the action type. |
Properties
MaximumCount
The maximum number of artifacts allowed for the action type.
double MaximumCount { get; }
Property Value
System.
Remarks
MinimumCount
The minimum number of artifacts allowed for the action type.
double MinimumCount { get; }
Property Value
System.