@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:45.779Z")
public interface CfnConnectionProps
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() |
java.lang.String |
getConnectionName()
The name of the connection.
|
default java.lang.String |
getHostArn()
The Amazon Resource Name (ARN) of the host associated with the connection.
|
default java.lang.String |
getProviderType()
The name of the external provider where your third-party code repository is configured.
|
default java.util.List<CfnTag> |
getTags()
Specifies the tags applied to the resource.
|
java.lang.String getConnectionName()
Connection names must be unique in an AWS user account.
default java.lang.String getHostArn()
default java.lang.String getProviderType()
default java.util.List<CfnTag> getTags()
static CfnConnectionProps.Builder builder()
CfnConnectionProps.Builder
of CfnConnectionProps