| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ActionCategory |
ActionProperties.getCategory()
(experimental) The category of the action.
|
ActionCategory |
ActionProperties.Jsii$Proxy.getCategory() |
static ActionCategory |
ActionCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionCategory[] |
ActionCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActionProperties.Builder |
ActionProperties.Builder.category(ActionCategory category)
Sets the value of
ActionProperties.getCategory() |
| Constructor and Description |
|---|
Jsii$Proxy(String actionName,
ActionArtifactBounds artifactBounds,
ActionCategory category,
String provider,
String account,
List<? extends Artifact> inputs,
List<? extends Artifact> outputs,
String owner,
String region,
IResource resource,
IRole role,
Number runOrder,
String variablesNamespace,
String version)
Constructor that initializes the object based on literal property values passed by the
ActionProperties.Builder. |
Copyright © 2021. All rights reserved.