AWS::Transfer::Profile

Creates the local or partner profile to use for AS2 transfers.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Transfer::Profile", "Properties" : { "As2Id" : String, "CertificateIds" : [ String, ... ], "ProfileType" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Transfer::Profile Properties: As2Id: String CertificateIds: - String ProfileType: String Tags: - Tag

Properties

As2Id

The As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is the AS2-To header for the AS2 messages sent to the partner using the StartFileTransfer API operation. This ID cannot include spaces.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Pattern: ^[\p{Print}\s]*

Update requires: No interruption

CertificateIds

An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

Required: No

Type: List of String

Update requires: No interruption

ProfileType

Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.

Required: Yes

Type: String

Allowed values: LOCAL | PARTNER

Update requires: Replacement

Tags

Key-value pairs that can be used to group and search for profiles.

Required: No

Type: List of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

ProfileId

Property description not available.