@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.553Z") @Stability(value=Stable) public interface CfnAccountAliasProps extends software.amazon.jsii.JsiiSerializable
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.supportapp.*;
CfnAccountAliasProps cfnAccountAliasProps = CfnAccountAliasProps.builder()
.accountAlias("accountAlias")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccountAliasProps.Builder
A builder for
CfnAccountAliasProps |
static class |
CfnAccountAliasProps.Jsii$Proxy
An implementation for
CfnAccountAliasProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccountAliasProps.Builder |
builder() |
String |
getAccountAlias()
`AWS::SupportApp::AccountAlias.AccountAlias`.
|
@Stability(value=Stable) @NotNull String getAccountAlias()
@Stability(value=Stable) static CfnAccountAliasProps.Builder builder()
CfnAccountAliasProps.Builder of CfnAccountAliasPropsCopyright © 2022. All rights reserved.