Class CfnMemberInvitationPropsMixin
The AWS::Detective::MemberInvitation resource is an Amazon Detective resource type that creates an invitation to join a Detective behavior graph.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Detective
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMemberInvitationPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnMemberInvitationPropsMixin Inherits Mixin Implements IMixin
Remarks
The administrator account can choose whether to send an email notification of the invitation to the root user email address of the AWS account.
CloudformationResource: AWS::Detective::MemberInvitation
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Detective;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMemberInvitationPropsMixin = new CfnMemberInvitationPropsMixin(new CfnMemberInvitationMixinProps {
DisableEmailNotification = false,
GraphArn = "graphArn",
MemberEmailAddress = "memberEmailAddress",
MemberId = "memberId",
Message = "message"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnMemberInvitationPropsMixin(ICfnMemberInvitationMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnMemberInvitationPropsMixin(ICfnMemberInvitationMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::Detective::MemberInvitation.
public CfnMemberInvitationPropsMixin(ICfnMemberInvitationMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnMemberInvitationMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
The administrator account can choose whether to send an email notification of the invitation to the root user email address of the AWS account.
CloudformationResource: AWS::Detective::MemberInvitation
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::Detective::MemberInvitation resource is an Amazon Detective resource type that creates an invitation to join a Detective behavior graph.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
The administrator account can choose whether to send an email notification of the invitation to the root user email address of the AWS account.
CloudformationResource: AWS::Detective::MemberInvitation
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Detective;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMemberInvitationPropsMixin = new CfnMemberInvitationPropsMixin(new CfnMemberInvitationMixinProps {
DisableEmailNotification = false,
GraphArn = "graphArn",
MemberEmailAddress = "memberEmailAddress",
MemberId = "memberId",
Message = "message"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
The AWS::Detective::MemberInvitation resource is an Amazon Detective resource type that creates an invitation to join a Detective behavior graph.
protected virtual ICfnMemberInvitationMixinProps Props { get; }
Property Value
ICfnMemberInvitationMixinProps
Remarks
The administrator account can choose whether to send an email notification of the invitation to the root user email address of the AWS account.
CloudformationResource: AWS::Detective::MemberInvitation
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Detective;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMemberInvitationPropsMixin = new CfnMemberInvitationPropsMixin(new CfnMemberInvitationMixinProps {
DisableEmailNotification = false,
GraphArn = "graphArn",
MemberEmailAddress = "memberEmailAddress",
MemberId = "memberId",
Message = "message"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
The AWS::Detective::MemberInvitation resource is an Amazon Detective resource type that creates an invitation to join a Detective behavior graph.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
The administrator account can choose whether to send an email notification of the invitation to the root user email address of the AWS account.
CloudformationResource: AWS::Detective::MemberInvitation
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Detective;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMemberInvitationPropsMixin = new CfnMemberInvitationPropsMixin(new CfnMemberInvitationMixinProps {
DisableEmailNotification = false,
GraphArn = "graphArn",
MemberEmailAddress = "memberEmailAddress",
MemberId = "memberId",
Message = "message"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
The administrator account can choose whether to send an email notification of the invitation to the root user email address of the AWS account.
CloudformationResource: AWS::Detective::MemberInvitation
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
The administrator account can choose whether to send an email notification of the invitation to the root user email address of the AWS account.
CloudformationResource: AWS::Detective::MemberInvitation
Mixin: true
ExampleMetadata: fixture=_generated