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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.b2bi.Profile

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 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 This property is required. string
The unique name of the resource.
args This property is required. ProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ProfileArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Profile resource accepts the following input properties:

BusinessName This property is required. string
Returns the name for the business associated with this profile.
Logging This property is required. Pulumi.AwsNative.B2bi.ProfileLogging
Specifies whether or not logging is enabled for this profile.
Phone This property is required. 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 This property is required. string
Returns the name for the business associated with this profile.
Logging This property is required. ProfileLogging
Specifies whether or not logging is enabled for this profile.
Phone This property is required. 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 This property is required. String
Returns the name for the business associated with this profile.
logging This property is required. ProfileLogging
Specifies whether or not logging is enabled for this profile.
phone This property is required. 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 This property is required. string
Returns the name for the business associated with this profile.
logging This property is required. ProfileLogging
Specifies whether or not logging is enabled for this profile.
phone This property is required. 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 This property is required. str
Returns the name for the business associated with this profile.
logging This property is required. ProfileLogging
Specifies whether or not logging is enabled for this profile.
phone This property is required. 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 This property is required. String
Returns the name for the business associated with this profile.
logging This property is required. "ENABLED" | "DISABLED"
Specifies whether or not logging is enabled for this profile.
phone This property is required. 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 This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi