Interface CfnCustomActionType.ArtifactDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCustomActionType.ArtifactDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnCustomActionType
@Stability(Stable)
public static interface CfnCustomActionType.ArtifactDetailsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.codepipeline.*; ArtifactDetailsProperty artifactDetailsProperty = ArtifactDetailsProperty.builder() .maximumCount(123) .minimumCount(123) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCustomActionType.ArtifactDetailsProperty
static final class
An implementation forCfnCustomActionType.ArtifactDetailsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The maximum number of artifacts allowed for the action type.The minimum number of artifacts allowed for the action type.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaximumCount
The maximum number of artifacts allowed for the action type. -
getMinimumCount
The minimum number of artifacts allowed for the action type. -
builder
-