@Stability(value=Stable)
public static interface CfnStack.SourceProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStack.SourceProperty.Builder
A builder for
CfnStack.SourceProperty |
static class |
CfnStack.SourceProperty.Jsii$Proxy
An implementation for
CfnStack.SourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStack.SourceProperty.Builder |
builder() |
default String |
getPassword()
`CfnStack.SourceProperty.Password`.
|
default String |
getRevision()
`CfnStack.SourceProperty.Revision`.
|
default String |
getSshKey()
`CfnStack.SourceProperty.SshKey`.
|
default String |
getType()
`CfnStack.SourceProperty.Type`.
|
default String |
getUrl()
`CfnStack.SourceProperty.Url`.
|
default String |
getUsername()
`CfnStack.SourceProperty.Username`.
|
@Stability(value=Stable) @Nullable default String getPassword()
@Stability(value=Stable) @Nullable default String getRevision()
@Stability(value=Stable) @Nullable default String getSshKey()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default String getUrl()
@Stability(value=Stable) @Nullable default String getUsername()
@Stability(value=Stable) static CfnStack.SourceProperty.Builder builder()
CfnStack.SourceProperty.Builder of CfnStack.SourcePropertyCopyright © 2021. All rights reserved.