public static interface CustomActionTypeResource.SettingsProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomActionTypeResource.SettingsProperty.Builder
A builder for
CustomActionTypeResource.SettingsProperty |
static class |
CustomActionTypeResource.SettingsProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomActionTypeResource.SettingsProperty.Builder |
builder() |
Object |
getEntityUrlTemplate()
``CustomActionTypeResource.SettingsProperty.EntityUrlTemplate``
|
Object |
getExecutionUrlTemplate()
``CustomActionTypeResource.SettingsProperty.ExecutionUrlTemplate``
|
Object |
getRevisionUrlTemplate()
``CustomActionTypeResource.SettingsProperty.RevisionUrlTemplate``
|
Object |
getThirdPartyConfigurationUrl()
``CustomActionTypeResource.SettingsProperty.ThirdPartyConfigurationUrl``
|
void |
setEntityUrlTemplate(String value)
``CustomActionTypeResource.SettingsProperty.EntityUrlTemplate``
|
void |
setEntityUrlTemplate(software.amazon.awscdk.Token value)
``CustomActionTypeResource.SettingsProperty.EntityUrlTemplate``
|
void |
setExecutionUrlTemplate(String value)
``CustomActionTypeResource.SettingsProperty.ExecutionUrlTemplate``
|
void |
setExecutionUrlTemplate(software.amazon.awscdk.Token value)
``CustomActionTypeResource.SettingsProperty.ExecutionUrlTemplate``
|
void |
setRevisionUrlTemplate(String value)
``CustomActionTypeResource.SettingsProperty.RevisionUrlTemplate``
|
void |
setRevisionUrlTemplate(software.amazon.awscdk.Token value)
``CustomActionTypeResource.SettingsProperty.RevisionUrlTemplate``
|
void |
setThirdPartyConfigurationUrl(String value)
``CustomActionTypeResource.SettingsProperty.ThirdPartyConfigurationUrl``
|
void |
setThirdPartyConfigurationUrl(software.amazon.awscdk.Token value)
``CustomActionTypeResource.SettingsProperty.ThirdPartyConfigurationUrl``
|
Object getEntityUrlTemplate()
void setEntityUrlTemplate(String value)
void setEntityUrlTemplate(software.amazon.awscdk.Token value)
Object getExecutionUrlTemplate()
void setExecutionUrlTemplate(String value)
void setExecutionUrlTemplate(software.amazon.awscdk.Token value)
Object getRevisionUrlTemplate()
void setRevisionUrlTemplate(String value)
void setRevisionUrlTemplate(software.amazon.awscdk.Token value)
Object getThirdPartyConfigurationUrl()
void setThirdPartyConfigurationUrl(String value)
void setThirdPartyConfigurationUrl(software.amazon.awscdk.Token value)
static CustomActionTypeResource.SettingsProperty.Builder builder()
Copyright © 2018. All rights reserved.