Show / Hide Table of Contents

Class CfnMemberInvitationPropsMixin

The AWS::Detective::MemberInvitation resource is an Amazon Detective resource type that creates an invitation to join a Detective behavior graph.

Inheritance
object
Mixin
CfnMemberInvitationPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html

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 AWS::Detective::MemberInvitation.

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.

Props

The AWS::Detective::MemberInvitation resource is an Amazon Detective resource type that creates an invitation to join a Detective behavior graph.

Strategy

The AWS::Detective::MemberInvitation resource is an Amazon Detective resource type that creates an invitation to join a Detective behavior graph.

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html

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

IMergeStrategy

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html

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
Mixin.ApplyTo(IConstruct)
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html

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

bool

Overrides
Mixin.Supports(IConstruct)
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-memberinvitation.html

CloudformationResource: AWS::Detective::MemberInvitation

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX