1. Packages
  2. AWS Native
  3. API Docs
  4. detective
  5. getMemberInvitation

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.detective.getMemberInvitation

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 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:

    GraphArn string
    The ARN of the graph to which the member account will be invited
    MemberId string
    The AWS account ID to be invited to join the graph as a member
    GraphArn string
    The ARN of the graph to which the member account will be invited
    MemberId string
    The AWS account ID to be invited to join the graph as a member
    graphArn String
    The ARN of the graph to which the member account will be invited
    memberId String
    The AWS account ID to be invited to join the graph as a member
    graphArn string
    The ARN of the graph to which the member account will be invited
    memberId string
    The AWS account ID to be invited to join the graph as a member
    graph_arn str
    The ARN of the graph to which the member account will be invited
    member_id str
    The AWS account ID to be invited to join the graph as a member
    graphArn String
    The ARN of the graph to which the member account will be invited
    memberId String
    The AWS account ID to be invited to join the graph as a member

    getMemberInvitation Result

    The following output properties are available:

    MemberEmailAddress string
    The root email address for the account to be invited, for validation. Updating this field has no effect.
    MemberEmailAddress string
    The root email address for the account to be invited, for validation. Updating this field has no effect.
    memberEmailAddress String
    The root email address for the account to be invited, for validation. Updating this field has no effect.
    memberEmailAddress string
    The root email address for the account to be invited, for validation. Updating this field has no effect.
    member_email_address str
    The root email address for the account to be invited, for validation. Updating this field has no effect.
    memberEmailAddress String
    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 logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi