Show / Hide Table of Contents

Class CfnPublishingDestinationPropsMixin

Creates a publishing destination where you can export your GuardDuty findings.

Inheritance
object
Mixin
CfnPublishingDestinationPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPublishingDestinationPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnPublishingDestinationPropsMixin Inherits Mixin Implements IMixin
Remarks

Before you start exporting the findings, the destination resource must exist.

For more information about considerations and permissions, see Exporting GuardDuty findings to Amazon S3 buckets in the Amazon GuardDuty User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html

CloudformationResource: AWS::GuardDuty::PublishingDestination

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.GuardDuty;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnPublishingDestinationPropsMixin = new CfnPublishingDestinationPropsMixin(new CfnPublishingDestinationMixinProps {
                 DestinationProperties = new CFNDestinationPropertiesProperty {
                     DestinationArn = "destinationArn",
                     KmsKeyArn = "kmsKeyArn"
                 },
                 DestinationType = "destinationType",
                 DetectorId = "detectorId",
                 Tags = new [] { new TagItemProperty {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnPublishingDestinationPropsMixin(ICfnPublishingDestinationMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::GuardDuty::PublishingDestination.

Properties

CFN_PROPERTY_KEYS

Creates a publishing destination where you can export your GuardDuty findings.

Props

Creates a publishing destination where you can export your GuardDuty findings.

Strategy

Creates a publishing destination where you can export your GuardDuty findings.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnPublishingDestinationPropsMixin(ICfnPublishingDestinationMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::GuardDuty::PublishingDestination.

public CfnPublishingDestinationPropsMixin(ICfnPublishingDestinationMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnPublishingDestinationMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

Before you start exporting the findings, the destination resource must exist.

For more information about considerations and permissions, see Exporting GuardDuty findings to Amazon S3 buckets in the Amazon GuardDuty User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html

CloudformationResource: AWS::GuardDuty::PublishingDestination

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Creates a publishing destination where you can export your GuardDuty findings.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

Before you start exporting the findings, the destination resource must exist.

For more information about considerations and permissions, see Exporting GuardDuty findings to Amazon S3 buckets in the Amazon GuardDuty User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html

CloudformationResource: AWS::GuardDuty::PublishingDestination

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.GuardDuty;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnPublishingDestinationPropsMixin = new CfnPublishingDestinationPropsMixin(new CfnPublishingDestinationMixinProps {
                 DestinationProperties = new CFNDestinationPropertiesProperty {
                     DestinationArn = "destinationArn",
                     KmsKeyArn = "kmsKeyArn"
                 },
                 DestinationType = "destinationType",
                 DetectorId = "detectorId",
                 Tags = new [] { new TagItemProperty {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

Creates a publishing destination where you can export your GuardDuty findings.

protected virtual ICfnPublishingDestinationMixinProps Props { get; }
Property Value

ICfnPublishingDestinationMixinProps

Remarks

Before you start exporting the findings, the destination resource must exist.

For more information about considerations and permissions, see Exporting GuardDuty findings to Amazon S3 buckets in the Amazon GuardDuty User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html

CloudformationResource: AWS::GuardDuty::PublishingDestination

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.GuardDuty;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnPublishingDestinationPropsMixin = new CfnPublishingDestinationPropsMixin(new CfnPublishingDestinationMixinProps {
                 DestinationProperties = new CFNDestinationPropertiesProperty {
                     DestinationArn = "destinationArn",
                     KmsKeyArn = "kmsKeyArn"
                 },
                 DestinationType = "destinationType",
                 DetectorId = "detectorId",
                 Tags = new [] { new TagItemProperty {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

Creates a publishing destination where you can export your GuardDuty findings.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

Before you start exporting the findings, the destination resource must exist.

For more information about considerations and permissions, see Exporting GuardDuty findings to Amazon S3 buckets in the Amazon GuardDuty User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html

CloudformationResource: AWS::GuardDuty::PublishingDestination

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.GuardDuty;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnPublishingDestinationPropsMixin = new CfnPublishingDestinationPropsMixin(new CfnPublishingDestinationMixinProps {
                 DestinationProperties = new CFNDestinationPropertiesProperty {
                     DestinationArn = "destinationArn",
                     KmsKeyArn = "kmsKeyArn"
                 },
                 DestinationType = "destinationType",
                 DetectorId = "detectorId",
                 Tags = new [] { new TagItemProperty {
                     Key = "key",
                     Value = "value"
                 } }
             }, 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

Before you start exporting the findings, the destination resource must exist.

For more information about considerations and permissions, see Exporting GuardDuty findings to Amazon S3 buckets in the Amazon GuardDuty User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html

CloudformationResource: AWS::GuardDuty::PublishingDestination

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

Before you start exporting the findings, the destination resource must exist.

For more information about considerations and permissions, see Exporting GuardDuty findings to Amazon S3 buckets in the Amazon GuardDuty User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-publishingdestination.html

CloudformationResource: AWS::GuardDuty::PublishingDestination

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX