| Modifier and Type | Method and Description |
|---|---|
CfnProfile.Builder |
CfnProfile.Builder.as2Id(String as2Id)
The `As2Id` is the *AS2-name* , as defined in the [RFC 4130](https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc4130) .
|
CfnProfile.Builder |
CfnProfile.Builder.certificateIds(List<String> certificateIds)
An array of identifiers for the imported certificates.
|
static CfnProfile.Builder |
CfnProfile.Builder.create(Construct scope,
String id) |
CfnProfile.Builder |
CfnProfile.Builder.profileType(String profileType)
Indicates whether to list only `LOCAL` type profiles or only `PARTNER` type profiles.
|
CfnProfile.Builder |
CfnProfile.Builder.tags(List<? extends CfnTag> tags)
Key-value pairs that can be used to group and search for profiles.
|
Copyright © 2022. All rights reserved.