@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.831Z") @Stability(value=Stable) public interface CfnConnectionAliasProps 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.workspaces.*;
CfnConnectionAliasProps cfnConnectionAliasProps = CfnConnectionAliasProps.builder()
.connectionString("connectionString")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectionAliasProps.Builder
A builder for
CfnConnectionAliasProps |
static class |
CfnConnectionAliasProps.Jsii$Proxy
An implementation for
CfnConnectionAliasProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectionAliasProps.Builder |
builder() |
String |
getConnectionString()
The connection string specified for the connection alias.
|
default List<CfnTag> |
getTags()
The tags to associate with the connection alias.
|
@Stability(value=Stable) @NotNull String getConnectionString()
The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com .
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnConnectionAliasProps.Builder builder()
CfnConnectionAliasProps.Builder of CfnConnectionAliasPropsCopyright © 2022. All rights reserved.