We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.b2bi.getProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
Definition of AWS::B2BI::Profile Resource Type
Using getProfile
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProfile(args: GetProfileArgs, opts?: InvokeOptions): Promise<GetProfileResult>
function getProfileOutput(args: GetProfileOutputArgs, opts?: InvokeOptions): Output<GetProfileResult>
def get_profile(profile_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProfileResult
def get_profile_output(profile_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProfileResult]
func LookupProfile(ctx *Context, args *LookupProfileArgs, opts ...InvokeOption) (*LookupProfileResult, error)
func LookupProfileOutput(ctx *Context, args *LookupProfileOutputArgs, opts ...InvokeOption) LookupProfileResultOutput
> Note: This function is named LookupProfile
in the Go SDK.
public static class GetProfile
{
public static Task<GetProfileResult> InvokeAsync(GetProfileArgs args, InvokeOptions? opts = null)
public static Output<GetProfileResult> Invoke(GetProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProfileResult> getProfile(GetProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:b2bi:getProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Profile
Id string
- Profile
Id string
- profile
Id String
- profile
Id string
- profile_
id str
- profile
Id String
getProfile Result
The following output properties are available:
- Business
Name string - Returns the name for the business associated with this profile.
- Created
At string - Returns the timestamp for creation date and time of the profile.
- Email string
- 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.
- Name string
- Returns the display name for profile.
- Phone string
- Profile
Arn string - Returns an Amazon Resource Name (ARN) for the profile.
- Profile
Id string - List<Pulumi.
Aws Native. Outputs. 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.
- Created
At string - Returns the timestamp for creation date and time of the profile.
- Email string
- 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.
- Name string
- Returns the display name for profile.
- Phone string
- Profile
Arn string - Returns an Amazon Resource Name (ARN) for the profile.
- Profile
Id string - 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.
- created
At String - Returns the timestamp for creation date and time of the profile.
- email String
- 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.
- name String
- Returns the display name for profile.
- phone String
- profile
Arn String - Returns an Amazon Resource Name (ARN) for the profile.
- profile
Id String - 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.
- created
At string - Returns the timestamp for creation date and time of the profile.
- email string
- 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.
- name string
- Returns the display name for profile.
- phone string
- profile
Arn string - Returns an Amazon Resource Name (ARN) for the profile.
- profile
Id string - 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.
- created_
at str - Returns the timestamp for creation date and time of the profile.
- email str
- 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.
- name str
- Returns the display name for profile.
- phone str
- profile_
arn str - Returns an Amazon Resource Name (ARN) for the profile.
- profile_
id str - Sequence[root_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.
- created
At String - Returns the timestamp for creation date and time of the profile.
- email String
- 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.
- name String
- Returns the display name for profile.
- phone String
- profile
Arn String - Returns an Amazon Resource Name (ARN) for the profile.
- profile
Id String - 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.
Supporting Types
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.9.0 published on Monday, Nov 18, 2024 by Pulumi