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

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

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.b2bi.Profile

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Definition of AWS::B2BI::Profile Resource Type

    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,
                business_name: Optional[str] = None,
                logging: Optional[ProfileLogging] = None,
                phone: Optional[str] = None,
                email: Optional[str] = None,
                name: Optional[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:b2bi: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.

    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:

    BusinessName string
    Returns the name for the business associated with this profile.
    Logging Pulumi.AwsNative.B2bi.ProfileLogging
    Specifies whether or not logging is enabled for this profile.
    Phone string
    Email string
    Name string
    Returns the display name for profile.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.
    BusinessName string
    Returns the name for the business associated with this profile.
    Logging ProfileLogging
    Specifies whether or not logging is enabled for this profile.
    Phone string
    Email string
    Name string
    Returns the display name for profile.
    Tags TagArgs
    A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.
    businessName String
    Returns the name for the business associated with this profile.
    logging ProfileLogging
    Specifies whether or not logging is enabled for this profile.
    phone String
    email String
    name String
    Returns the display name for profile.
    tags List<Tag>
    A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.
    businessName string
    Returns the name for the business associated with this profile.
    logging ProfileLogging
    Specifies whether or not logging is enabled for this profile.
    phone string
    email string
    name string
    Returns the display name for profile.
    tags Tag[]
    A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.
    business_name str
    Returns the name for the business associated with this profile.
    logging ProfileLogging
    Specifies whether or not logging is enabled for this profile.
    phone str
    email str
    name str
    Returns the display name for profile.
    tags Sequence[TagArgs]
    A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.
    businessName String
    Returns the name for the business associated with this profile.
    logging "ENABLED" | "DISABLED"
    Specifies whether or not logging is enabled for this profile.
    phone String
    email String
    name String
    Returns the display name for profile.
    tags List<Property Map>
    A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.

    Outputs

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

    CreatedAt string
    Returns the timestamp for creation date and time of the profile.
    Id string
    The provider-assigned unique ID for this managed resource.
    LogGroupName string
    Returns the name of the logging group.
    ModifiedAt string
    Returns the timestamp that identifies the most recent date and time that the profile was modified.
    ProfileArn string
    Returns an Amazon Resource Name (ARN) for the profile.
    ProfileId string
    CreatedAt string
    Returns the timestamp for creation date and time of the profile.
    Id string
    The provider-assigned unique ID for this managed resource.
    LogGroupName string
    Returns the name of the logging group.
    ModifiedAt string
    Returns the timestamp that identifies the most recent date and time that the profile was modified.
    ProfileArn string
    Returns an Amazon Resource Name (ARN) for the profile.
    ProfileId string
    createdAt String
    Returns the timestamp for creation date and time of the profile.
    id String
    The provider-assigned unique ID for this managed resource.
    logGroupName String
    Returns the name of the logging group.
    modifiedAt String
    Returns the timestamp that identifies the most recent date and time that the profile was modified.
    profileArn String
    Returns an Amazon Resource Name (ARN) for the profile.
    profileId String
    createdAt string
    Returns the timestamp for creation date and time of the profile.
    id string
    The provider-assigned unique ID for this managed resource.
    logGroupName string
    Returns the name of the logging group.
    modifiedAt string
    Returns the timestamp that identifies the most recent date and time that the profile was modified.
    profileArn string
    Returns an Amazon Resource Name (ARN) for the profile.
    profileId string
    created_at str
    Returns the timestamp for creation date and time of the profile.
    id str
    The provider-assigned unique ID for this managed resource.
    log_group_name str
    Returns the name of the logging group.
    modified_at str
    Returns the timestamp that identifies the most recent date and time that the profile was modified.
    profile_arn str
    Returns an Amazon Resource Name (ARN) for the profile.
    profile_id str
    createdAt String
    Returns the timestamp for creation date and time of the profile.
    id String
    The provider-assigned unique ID for this managed resource.
    logGroupName String
    Returns the name of the logging group.
    modifiedAt String
    Returns the timestamp that identifies the most recent date and time that the profile was modified.
    profileArn String
    Returns an Amazon Resource Name (ARN) for the profile.
    profileId String

    Supporting Types

    ProfileLogging, ProfileLoggingArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    ProfileLoggingEnabled
    ENABLED
    ProfileLoggingDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    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.109.0 published on Wednesday, Jun 26, 2024 by Pulumi