@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:57.582Z") @Stability(value=Stable) public interface CfnConnectorProps 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.transfer.*;
Object as2Config;
CfnConnectorProps cfnConnectorProps = CfnConnectorProps.builder()
.accessRole("accessRole")
.as2Config(as2Config)
.url("url")
// the properties below are optional
.loggingRole("loggingRole")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProps.Builder
A builder for
CfnConnectorProps |
static class |
CfnConnectorProps.Jsii$Proxy
An implementation for
CfnConnectorProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProps.Builder |
builder() |
String |
getAccessRole()
`AWS::Transfer::Connector.AccessRole`.
|
Object |
getAs2Config()
`AWS::Transfer::Connector.As2Config`.
|
default String |
getLoggingRole()
`AWS::Transfer::Connector.LoggingRole`.
|
default List<CfnTag> |
getTags()
`AWS::Transfer::Connector.Tags`.
|
String |
getUrl()
`AWS::Transfer::Connector.Url`.
|
@Stability(value=Stable) @NotNull String getAccessRole()
@Stability(value=Stable) @NotNull Object getAs2Config()
@Stability(value=Stable) @NotNull String getUrl()
@Stability(value=Stable) @Nullable default String getLoggingRole()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnConnectorProps.Builder builder()
CfnConnectorProps.Builder of CfnConnectorPropsCopyright © 2022. All rights reserved.