@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.616Z") @Stability(value=Stable) public interface CfnConnectionProps 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.codestarconnections.*;
CfnConnectionProps cfnConnectionProps = CfnConnectionProps.builder()
.connectionName("connectionName")
// the properties below are optional
.hostArn("hostArn")
.providerType("providerType")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectionProps.Builder
A builder for
CfnConnectionProps |
static class |
CfnConnectionProps.Jsii$Proxy
An implementation for
CfnConnectionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectionProps.Builder |
builder() |
String |
getConnectionName()
`AWS::CodeStarConnections::Connection.ConnectionName`.
|
default String |
getHostArn()
`AWS::CodeStarConnections::Connection.HostArn`.
|
default String |
getProviderType()
`AWS::CodeStarConnections::Connection.ProviderType`.
|
default List<CfnTag> |
getTags()
`AWS::CodeStarConnections::Connection.Tags`.
|
@Stability(value=Stable) @NotNull String getConnectionName()
@Stability(value=Stable) @Nullable default String getHostArn()
@Stability(value=Stable) @Nullable default String getProviderType()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnConnectionProps.Builder builder()
CfnConnectionProps.Builder of CfnConnectionPropsCopyright © 2021. All rights reserved.