Class CfnMemberInvitationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.detective.CfnMemberInvitationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMemberInvitationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnMemberInvitationProps
@Stability(Stable)
@Internal
public static final class CfnMemberInvitationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMemberInvitationProps
An implementation for
CfnMemberInvitationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.detective.CfnMemberInvitationProps
CfnMemberInvitationProps.Builder, CfnMemberInvitationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMemberInvitationProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Whether to send an invitation email to the member account.final String
The ARN of the behavior graph to invite the account to contribute data to.final String
The root user email address of the invited account.final String
The AWS account identifier of the invited account.final String
Customized text to include in the invitation email message.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMemberInvitationProps.Builder
.
-
-
Method Details
-
getGraphArn
Description copied from interface:CfnMemberInvitationProps
The ARN of the behavior graph to invite the account to contribute data to.- Specified by:
getGraphArn
in interfaceCfnMemberInvitationProps
-
getMemberEmailAddress
Description copied from interface:CfnMemberInvitationProps
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.
- Specified by:
getMemberEmailAddress
in interfaceCfnMemberInvitationProps
-
getMemberId
Description copied from interface:CfnMemberInvitationProps
The AWS account identifier of the invited account.- Specified by:
getMemberId
in interfaceCfnMemberInvitationProps
-
getDisableEmailNotification
Description copied from interface:CfnMemberInvitationProps
Whether to send an invitation email to the member account.If set to true, the member account does not receive an invitation email.
- Specified by:
getDisableEmailNotification
in interfaceCfnMemberInvitationProps
-
getMessage
Description copied from interface:CfnMemberInvitationProps
Customized text to include in the invitation email message.- Specified by:
getMessage
in interfaceCfnMemberInvitationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-