Profile
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