@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.909Z") @Stability(value=Stable) public interface CfnMemberInvitationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.detective.*;
CfnMemberInvitationProps cfnMemberInvitationProps = CfnMemberInvitationProps.builder()
.graphArn("graphArn")
.memberEmailAddress("memberEmailAddress")
.memberId("memberId")
// the properties below are optional
.disableEmailNotification(false)
.message("message")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMemberInvitationProps.Builder
A builder for
CfnMemberInvitationProps |
static class |
CfnMemberInvitationProps.Jsii$Proxy
An implementation for
CfnMemberInvitationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMemberInvitationProps.Builder |
builder() |
default Object |
getDisableEmailNotification()
Whether to send an invitation email to the member account.
|
String |
getGraphArn()
The ARN of the behavior graph to invite the account to contribute data to.
|
String |
getMemberEmailAddress()
The root user email address of the invited account.
|
String |
getMemberId()
The AWS account identifier of the invited account.
|
default String |
getMessage()
Customized text to include in the invitation email message.
|
@Stability(value=Stable) @NotNull String getGraphArn()
@Stability(value=Stable) @NotNull String getMemberEmailAddress()
If the email address provided is not the root user email address for the provided account, the invitation creation fails.
@Stability(value=Stable) @NotNull String getMemberId()
@Stability(value=Stable) @Nullable default Object getDisableEmailNotification()
If set to true, the member account does not receive an invitation email.
@Stability(value=Stable) @Nullable default String getMessage()
@Stability(value=Stable) static CfnMemberInvitationProps.Builder builder()
CfnMemberInvitationProps.Builder of CfnMemberInvitationPropsCopyright © 2022. All rights reserved.