We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.b2bi.Profile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- Business
Name 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.
- Business
Name string - Returns the name for the business associated with this profile.
- Logging
Profile
Logging - Specifies whether or not logging is enabled for this profile.
- Phone string
- Email string
- Name string
- Returns the display name for profile.
- Tag
Args - 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 String - Returns the name for the business associated with this profile.
- logging
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<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 string - Returns the name for the business associated with this profile.
- logging
Profile
Logging - 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
Profile
Logging - Specifies whether or not logging is enabled for this profile.
- phone str
- email str
- name str
- Returns the display name for profile.
- Sequence[Tag
Args] - 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 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:
- Created
At string - Returns the timestamp for creation date and time of the profile.
- Id string
- The provider-assigned unique ID for this managed resource.
- Log
Group stringName - Returns the name of the logging group.
- Modified
At string - Returns the timestamp that identifies the most recent date and time that the profile was modified.
- Profile
Arn string - Returns an Amazon Resource Name (ARN) for the profile.
- Profile
Id string
- Created
At string - Returns the timestamp for creation date and time of the profile.
- Id string
- The provider-assigned unique ID for this managed resource.
- Log
Group stringName - Returns the name of the logging group.
- Modified
At string - Returns the timestamp that identifies the most recent date and time that the profile was modified.
- Profile
Arn string - Returns an Amazon Resource Name (ARN) for the profile.
- Profile
Id string
- created
At String - Returns the timestamp for creation date and time of the profile.
- id String
- The provider-assigned unique ID for this managed resource.
- log
Group StringName - Returns the name of the logging group.
- modified
At String - Returns the timestamp that identifies the most recent date and time that the profile was modified.
- profile
Arn String - Returns an Amazon Resource Name (ARN) for the profile.
- profile
Id String
- created
At string - Returns the timestamp for creation date and time of the profile.
- id string
- The provider-assigned unique ID for this managed resource.
- log
Group stringName - Returns the name of the logging group.
- modified
At string - Returns the timestamp that identifies the most recent date and time that the profile was modified.
- profile
Arn string - Returns an Amazon Resource Name (ARN) for the profile.
- profile
Id 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
- created
At String - Returns the timestamp for creation date and time of the profile.
- id String
- The provider-assigned unique ID for this managed resource.
- log
Group StringName - Returns the name of the logging group.
- modified
At String - Returns the timestamp that identifies the most recent date and time that the profile was modified.
- profile
Arn String - Returns an Amazon Resource Name (ARN) for the profile.
- profile
Id String
Supporting Types
ProfileLogging, ProfileLoggingArgs
- Enabled
- ENABLED
- Disabled
- DISABLED
- Profile
Logging Enabled - ENABLED
- Profile
Logging 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.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi