@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.540Z") @Stability(value=Stable) public class CfnCustomActionType extends CfnResource implements IInspectable
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.*;
CfnCustomActionType cfnCustomActionType = CfnCustomActionType.Builder.create(this, "MyCfnCustomActionType")
.category("category")
.inputArtifactDetails(ArtifactDetailsProperty.builder()
.maximumCount(123)
.minimumCount(123)
.build())
.outputArtifactDetails(ArtifactDetailsProperty.builder()
.maximumCount(123)
.minimumCount(123)
.build())
.provider("provider")
.version("version")
// the properties below are optional
.configurationProperties(List.of(ConfigurationPropertiesProperty.builder()
.key(false)
.name("name")
.required(false)
.secret(false)
// the properties below are optional
.description("description")
.queryable(false)
.type("type")
.build()))
.settings(SettingsProperty.builder()
.entityUrlTemplate("entityUrlTemplate")
.executionUrlTemplate("executionUrlTemplate")
.revisionUrlTemplate("revisionUrlTemplate")
.thirdPartyConfigurationUrl("thirdPartyConfigurationUrl")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnCustomActionType.ArtifactDetailsProperty
Example:
|
static class |
CfnCustomActionType.Builder
A fluent builder for
CfnCustomActionType. |
static interface |
CfnCustomActionType.ConfigurationPropertiesProperty
Example:
|
static interface |
CfnCustomActionType.SettingsProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnCustomActionType(software.constructs.Construct scope,
String id,
CfnCustomActionTypeProps props)
Create a new `AWS::CodePipeline::CustomActionType`.
|
protected |
CfnCustomActionType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnCustomActionType(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
`AWS::CodePipeline::CustomActionType.Category`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getConfigurationProperties()
`AWS::CodePipeline::CustomActionType.ConfigurationProperties`.
|
Object |
getInputArtifactDetails()
`AWS::CodePipeline::CustomActionType.InputArtifactDetails`.
|
Object |
getOutputArtifactDetails()
`AWS::CodePipeline::CustomActionType.OutputArtifactDetails`.
|
String |
getProvider()
`AWS::CodePipeline::CustomActionType.Provider`.
|
Object |
getSettings()
`AWS::CodePipeline::CustomActionType.Settings`.
|
TagManager |
getTags()
`AWS::CodePipeline::CustomActionType.Tags`.
|
String |
getVersion()
`AWS::CodePipeline::CustomActionType.Version`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCategory(String value)
`AWS::CodePipeline::CustomActionType.Category`.
|
void |
setConfigurationProperties(IResolvable value)
`AWS::CodePipeline::CustomActionType.ConfigurationProperties`.
|
void |
setConfigurationProperties(List<Object> value)
`AWS::CodePipeline::CustomActionType.ConfigurationProperties`.
|
void |
setInputArtifactDetails(CfnCustomActionType.ArtifactDetailsProperty value)
`AWS::CodePipeline::CustomActionType.InputArtifactDetails`.
|
void |
setInputArtifactDetails(IResolvable value)
`AWS::CodePipeline::CustomActionType.InputArtifactDetails`.
|
void |
setOutputArtifactDetails(CfnCustomActionType.ArtifactDetailsProperty value)
`AWS::CodePipeline::CustomActionType.OutputArtifactDetails`.
|
void |
setOutputArtifactDetails(IResolvable value)
`AWS::CodePipeline::CustomActionType.OutputArtifactDetails`.
|
void |
setProvider(String value)
`AWS::CodePipeline::CustomActionType.Provider`.
|
void |
setSettings(CfnCustomActionType.SettingsProperty value)
`AWS::CodePipeline::CustomActionType.Settings`.
|
void |
setSettings(IResolvable value)
`AWS::CodePipeline::CustomActionType.Settings`.
|
void |
setVersion(String value)
`AWS::CodePipeline::CustomActionType.Version`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnCustomActionType(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCustomActionType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnCustomActionType(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnCustomActionTypeProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getCategory()
@Stability(value=Stable)
public void setCategory(@NotNull
String value)
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public Object getConfigurationProperties()
@Stability(value=Stable)
public void setConfigurationProperties(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setConfigurationProperties(@Nullable
List<Object> value)
@Stability(value=Stable) @NotNull public Object getInputArtifactDetails()
@Stability(value=Stable)
public void setInputArtifactDetails(@NotNull
CfnCustomActionType.ArtifactDetailsProperty value)
@Stability(value=Stable)
public void setInputArtifactDetails(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public Object getOutputArtifactDetails()
@Stability(value=Stable)
public void setOutputArtifactDetails(@NotNull
CfnCustomActionType.ArtifactDetailsProperty value)
@Stability(value=Stable)
public void setOutputArtifactDetails(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public String getProvider()
@Stability(value=Stable)
public void setProvider(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getSettings()
@Stability(value=Stable)
public void setSettings(@Nullable
CfnCustomActionType.SettingsProperty value)
@Stability(value=Stable)
public void setSettings(@Nullable
IResolvable value)
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getVersion()
@Stability(value=Stable)
public void setVersion(@NotNull
String value)
Copyright © 2021. All rights reserved.