aws-cdk-lib.aws_codepipeline.CfnCustomActionType.ArtifactDetailsProperty

interface ArtifactDetailsProperty

LanguageType name
.NETAmazon.CDK.AWS.CodePipeline.CfnCustomActionType.ArtifactDetailsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodepipeline#CfnCustomActionType_ArtifactDetailsProperty
Javasoftware.amazon.awscdk.services.codepipeline.CfnCustomActionType.ArtifactDetailsProperty
Pythonaws_cdk.aws_codepipeline.CfnCustomActionType.ArtifactDetailsProperty
TypeScript aws-cdk-lib » aws_codepipeline » CfnCustomActionType » ArtifactDetailsProperty

Returns information about the details of an artifact.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codepipeline as codepipeline } from 'aws-cdk-lib';
const artifactDetailsProperty: codepipeline.CfnCustomActionType.ArtifactDetailsProperty = {
  maximumCount: 123,
  minimumCount: 123,
};

Properties

NameTypeDescription
maximumCountnumberThe maximum number of artifacts allowed for the action type.
minimumCountnumberThe minimum number of artifacts allowed for the action type.

maximumCount

Type: number

The maximum number of artifacts allowed for the action type.


minimumCount

Type: number

The minimum number of artifacts allowed for the action type.