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.detective.getMemberInvitation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::Detective::MemberInvitation
Using getMemberInvitation
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 getMemberInvitation(args: GetMemberInvitationArgs, opts?: InvokeOptions): Promise<GetMemberInvitationResult>
function getMemberInvitationOutput(args: GetMemberInvitationOutputArgs, opts?: InvokeOptions): Output<GetMemberInvitationResult>
def get_member_invitation(graph_arn: Optional[str] = None,
member_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMemberInvitationResult
def get_member_invitation_output(graph_arn: Optional[pulumi.Input[str]] = None,
member_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMemberInvitationResult]
func LookupMemberInvitation(ctx *Context, args *LookupMemberInvitationArgs, opts ...InvokeOption) (*LookupMemberInvitationResult, error)
func LookupMemberInvitationOutput(ctx *Context, args *LookupMemberInvitationOutputArgs, opts ...InvokeOption) LookupMemberInvitationResultOutput
> Note: This function is named LookupMemberInvitation
in the Go SDK.
public static class GetMemberInvitation
{
public static Task<GetMemberInvitationResult> InvokeAsync(GetMemberInvitationArgs args, InvokeOptions? opts = null)
public static Output<GetMemberInvitationResult> Invoke(GetMemberInvitationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMemberInvitationResult> getMemberInvitation(GetMemberInvitationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:detective:getMemberInvitation
arguments:
# arguments dictionary
The following arguments are supported:
getMemberInvitation Result
The following output properties are available:
- Member
Email stringAddress - The root email address for the account to be invited, for validation. Updating this field has no effect.
- Member
Email stringAddress - The root email address for the account to be invited, for validation. Updating this field has no effect.
- member
Email StringAddress - The root email address for the account to be invited, for validation. Updating this field has no effect.
- member
Email stringAddress - The root email address for the account to be invited, for validation. Updating this field has no effect.
- member_
email_ straddress - The root email address for the account to be invited, for validation. Updating this field has no effect.
- member
Email StringAddress - The root email address for the account to be invited, for validation. Updating this field has no effect.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi