Interface CfnMemberInvitationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMemberInvitationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.029Z")
@Stability(Stable)
public interface CfnMemberInvitationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnMemberInvitationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.detective.*;
CfnMemberInvitationMixinProps cfnMemberInvitationMixinProps = CfnMemberInvitationMixinProps.builder()
.disableEmailNotification(false)
.graphArn("graphArn")
.memberEmailAddress("memberEmailAddress")
.memberId("memberId")
.message("message")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMemberInvitationMixinPropsstatic final classAn implementation forCfnMemberInvitationMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectWhether to send an invitation email to the member account.default StringThe ARN of the behavior graph to invite the account to contribute data to.default StringThe root user email address of the invited account.default StringThe AWS account identifier of the invited account.default StringCustomized text to include in the invitation email message.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDisableEmailNotification
Whether to send an invitation email to the member account.If set to true, the member account does not receive an invitation email.
Returns union: either
BooleanorIResolvableDefault: - false
- See Also:
-
getGraphArn
The ARN of the behavior graph to invite the account to contribute data to.- See Also:
-
getMemberEmailAddress
The root user email address of the invited account.If the email address provided is not the root user email address for the provided account, the invitation creation fails.
- See Also:
-
getMemberId
The AWS account identifier of the invited account.- See Also:
-
getMessage
Customized text to include in the invitation email message.- See Also:
-
builder
-