Profile Args
data class ProfileArgs(val as2Id: Output<String>? = null, val certificateIds: Output<List<String>>? = null, val profileType: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ProfileArgs>
Provides a AWS Transfer AS2 Profile resource.
Example Usage
Basic
resources:
example:
type: aws:transfer:Profile
properties:
as2Id: example
certificateIds:
- ${exampleAwsTransferCertificate.certificateId}
usage: LOCAL
Content copied to clipboard
Import
Using pulumi import
, import Transfer AS2 Profile using the profile_id
. For example:
$ pulumi import aws:transfer/profile:Profile example p-4221a88afd5f4362a
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
The As2Id is the AS2 name as defined in the RFC 4130. For inbound ttransfers this is the AS2 From Header for the AS2 messages sent from the partner. For Outbound messages this is the AS2 To Header for the AS2 messages sent to the partner. his ID cannot include spaces.
Link copied to clipboard
The list of certificate Ids from the imported certificate operation.
Link copied to clipboard
The profile type should be LOCAL or PARTNER.