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