AWS Native
getMemberInvitation
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:
- Disable
Email boolNotification When set to true, invitation emails are not sent to the member accounts. Member accounts must still accept the invitation before they are added to the behavior graph. 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.
- Message string
A message to be included in the email invitation sent to the invited account. Updating this field has no effect.
- Disable
Email boolNotification When set to true, invitation emails are not sent to the member accounts. Member accounts must still accept the invitation before they are added to the behavior graph. 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.
- Message string
A message to be included in the email invitation sent to the invited account. Updating this field has no effect.
- disable
Email BooleanNotification When set to true, invitation emails are not sent to the member accounts. Member accounts must still accept the invitation before they are added to the behavior graph. 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.
- message String
A message to be included in the email invitation sent to the invited account. Updating this field has no effect.
- disable
Email booleanNotification When set to true, invitation emails are not sent to the member accounts. Member accounts must still accept the invitation before they are added to the behavior graph. 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.
- message string
A message to be included in the email invitation sent to the invited account. Updating this field has no effect.
- disable_
email_ boolnotification When set to true, invitation emails are not sent to the member accounts. Member accounts must still accept the invitation before they are added to the behavior graph. 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.
- message str
A message to be included in the email invitation sent to the invited account. Updating this field has no effect.
- disable
Email BooleanNotification When set to true, invitation emails are not sent to the member accounts. Member accounts must still accept the invitation before they are added to the behavior graph. 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.
- message String
A message to be included in the email invitation sent to the invited account. Updating this field has no effect.
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0