@Stability(value=Stable)
public static interface CfnCustomActionType.SettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
SettingsProperty settingsProperty = SettingsProperty.builder()
.entityUrlTemplate("entityUrlTemplate")
.executionUrlTemplate("executionUrlTemplate")
.revisionUrlTemplate("revisionUrlTemplate")
.thirdPartyConfigurationUrl("thirdPartyConfigurationUrl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCustomActionType.SettingsProperty.Builder
A builder for
CfnCustomActionType.SettingsProperty |
static class |
CfnCustomActionType.SettingsProperty.Jsii$Proxy
An implementation for
CfnCustomActionType.SettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomActionType.SettingsProperty.Builder |
builder() |
default String |
getEntityUrlTemplate()
`CfnCustomActionType.SettingsProperty.EntityUrlTemplate`.
|
default String |
getExecutionUrlTemplate()
`CfnCustomActionType.SettingsProperty.ExecutionUrlTemplate`.
|
default String |
getRevisionUrlTemplate()
`CfnCustomActionType.SettingsProperty.RevisionUrlTemplate`.
|
default String |
getThirdPartyConfigurationUrl()
`CfnCustomActionType.SettingsProperty.ThirdPartyConfigurationUrl`.
|
@Stability(value=Stable) @Nullable default String getEntityUrlTemplate()
@Stability(value=Stable) @Nullable default String getExecutionUrlTemplate()
@Stability(value=Stable) @Nullable default String getRevisionUrlTemplate()
@Stability(value=Stable) @Nullable default String getThirdPartyConfigurationUrl()
@Stability(value=Stable) static CfnCustomActionType.SettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.