@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:57.585Z") @Stability(value=Stable) public interface CfnProfileProps 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.*;
CfnProfileProps cfnProfileProps = CfnProfileProps.builder()
.as2Id("as2Id")
.profileType("profileType")
// the properties below are optional
.certificateIds(List.of("certificateIds"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProfileProps.Builder
A builder for
CfnProfileProps |
static class |
CfnProfileProps.Jsii$Proxy
An implementation for
CfnProfileProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnProfileProps.Builder |
builder() |
String |
getAs2Id()
`AWS::Transfer::Profile.As2Id`.
|
default List<String> |
getCertificateIds()
`AWS::Transfer::Profile.CertificateIds`.
|
String |
getProfileType()
`AWS::Transfer::Profile.ProfileType`.
|
default List<CfnTag> |
getTags()
`AWS::Transfer::Profile.Tags`.
|
@Stability(value=Stable) @NotNull String getAs2Id()
@Stability(value=Stable) @NotNull String getProfileType()
@Stability(value=Stable) @Nullable default List<String> getCertificateIds()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnProfileProps.Builder builder()
CfnProfileProps.Builder of CfnProfilePropsCopyright © 2022. All rights reserved.