We recommend new projects start with resources from the AWS provider.
aws-native.b2bi.Profile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
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 string
- Returns the name for the business associated with this profile.
- Logging
Pulumi.Aws Native. B2bi. Profile Logging 
- Specifies whether or not logging is enabled for this profile.
- Phone string
- Email string
- Name string
- Returns the display name for profile.
- 
List<Pulumi.Aws Native. 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.
- 
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.
- 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.
- 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.
- 
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.
- 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.
- LogGroup stringName 
- 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.
- LogGroup stringName 
- 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.
- logGroup StringName 
- 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.
- logGroup stringName 
- 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_ strname 
- 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.
- logGroup StringName 
- 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
- ProfileLogging Enabled 
- ENABLED
- ProfileLogging Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.