1. Packages
  2. AWS Native
  3. API Docs
  4. transfer
  5. Profile

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.transfer.Profile

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Type definition for AWS::Transfer::Profile

    Create Profile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Profile(name: string, args: ProfileArgs, opts?: CustomResourceOptions);
    @overload
    def Profile(resource_name: str,
                args: ProfileArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Profile(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                as2_id: Optional[str] = None,
                profile_type: Optional[ProfileType] = None,
                certificate_ids: Optional[Sequence[str]] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewProfile(ctx *Context, name string, args ProfileArgs, opts ...ResourceOption) (*Profile, error)
    public Profile(string name, ProfileArgs args, CustomResourceOptions? opts = null)
    public Profile(String name, ProfileArgs args)
    public Profile(String name, ProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:transfer:Profile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProfileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const exampleprofileResourceResourceFromTransfer = new aws_native.transfer.Profile("exampleprofileResourceResourceFromTransfer", {
        as2Id: "string",
        profileType: aws_native.transfer.ProfileType.Local,
        certificateIds: ["string"],
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    Profile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Profile resource accepts the following input properties:

    As2Id string
    AS2 identifier agreed with a trading partner.
    ProfileType Pulumi.AwsNative.Transfer.ProfileType
    Enum specifying whether the profile is local or associated with a trading partner.
    CertificateIds List<string>
    List of the certificate IDs associated with this profile to be used for encryption and signing of AS2 messages.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    As2Id string
    AS2 identifier agreed with a trading partner.
    ProfileType ProfileType
    Enum specifying whether the profile is local or associated with a trading partner.
    CertificateIds []string
    List of the certificate IDs associated with this profile to be used for encryption and signing of AS2 messages.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    as2Id String
    AS2 identifier agreed with a trading partner.
    profileType ProfileType
    Enum specifying whether the profile is local or associated with a trading partner.
    certificateIds List<String>
    List of the certificate IDs associated with this profile to be used for encryption and signing of AS2 messages.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    as2Id string
    AS2 identifier agreed with a trading partner.
    profileType ProfileType
    Enum specifying whether the profile is local or associated with a trading partner.
    certificateIds string[]
    List of the certificate IDs associated with this profile to be used for encryption and signing of AS2 messages.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    as2_id str
    AS2 identifier agreed with a trading partner.
    profile_type ProfileType
    Enum specifying whether the profile is local or associated with a trading partner.
    certificate_ids Sequence[str]
    List of the certificate IDs associated with this profile to be used for encryption and signing of AS2 messages.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    as2Id String
    AS2 identifier agreed with a trading partner.
    profileType "LOCAL" | "PARTNER"
    Enum specifying whether the profile is local or associated with a trading partner.
    certificateIds List<String>
    List of the certificate IDs associated with this profile to be used for encryption and signing of AS2 messages.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Profile resource produces the following output properties:

    Arn string
    Specifies the unique Amazon Resource Name (ARN) for the profile.
    Id string
    The provider-assigned unique ID for this managed resource.
    ProfileId string
    A unique identifier for the profile
    Arn string
    Specifies the unique Amazon Resource Name (ARN) for the profile.
    Id string
    The provider-assigned unique ID for this managed resource.
    ProfileId string
    A unique identifier for the profile
    arn String
    Specifies the unique Amazon Resource Name (ARN) for the profile.
    id String
    The provider-assigned unique ID for this managed resource.
    profileId String
    A unique identifier for the profile
    arn string
    Specifies the unique Amazon Resource Name (ARN) for the profile.
    id string
    The provider-assigned unique ID for this managed resource.
    profileId string
    A unique identifier for the profile
    arn str
    Specifies the unique Amazon Resource Name (ARN) for the profile.
    id str
    The provider-assigned unique ID for this managed resource.
    profile_id str
    A unique identifier for the profile
    arn String
    Specifies the unique Amazon Resource Name (ARN) for the profile.
    id String
    The provider-assigned unique ID for this managed resource.
    profileId String
    A unique identifier for the profile

    Supporting Types

    ProfileType, ProfileTypeArgs

    Local
    LOCAL
    Partner
    PARTNER
    ProfileTypeLocal
    LOCAL
    ProfileTypePartner
    PARTNER
    Local
    LOCAL
    Partner
    PARTNER
    Local
    LOCAL
    Partner
    PARTNER
    LOCAL
    LOCAL
    PARTNER
    PARTNER
    "LOCAL"
    LOCAL
    "PARTNER"
    PARTNER

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi