Show / Hide Table of Contents

Class CfnProfileLogsMixin

A complex type that includes settings for a Route 53 Profile.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html

CloudformationResource: AWS::Route53Profiles::Profile

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.Mixins.Preview.AWS.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.Route53Profiles.Mixins;

             ILogsDelivery logsDelivery;

             var cfnProfileLogsMixin = new CfnProfileLogsMixin("logType", logsDelivery);

Synopsis

Constructors

CfnProfileLogsMixin(string, ILogsDelivery)

Create a mixin to enable vended logs for AWS::Route53Profiles::Profile.

Properties

LogDelivery

A complex type that includes settings for a Route 53 Profile.

LogType

A complex type that includes settings for a Route 53 Profile.

ROUTE53_PROFILES_RESOLVER_QUERY_LOGS

A complex type that includes settings for a Route 53 Profile.

Methods

ApplyTo(IConstruct)

Apply vended logs configuration to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct (has vendedLogs property).

Constructors

CfnProfileLogsMixin(string, ILogsDelivery)

Create a mixin to enable vended logs for AWS::Route53Profiles::Profile.

public CfnProfileLogsMixin(string logType, ILogsDelivery logDelivery)
Parameters
logType string

Type of logs that are getting vended.

logDelivery ILogsDelivery

Object in charge of setting up the delivery source, delivery destination, and delivery connection.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html

CloudformationResource: AWS::Route53Profiles::Profile

Mixin: true

ExampleMetadata: fixture=_generated

Properties

LogDelivery

A complex type that includes settings for a Route 53 Profile.

protected virtual ILogsDelivery LogDelivery { get; }
Property Value

ILogsDelivery

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html

CloudformationResource: AWS::Route53Profiles::Profile

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.Mixins.Preview.AWS.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.Route53Profiles.Mixins;

             ILogsDelivery logsDelivery;

             var cfnProfileLogsMixin = new CfnProfileLogsMixin("logType", logsDelivery);

LogType

A complex type that includes settings for a Route 53 Profile.

protected virtual string LogType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html

CloudformationResource: AWS::Route53Profiles::Profile

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.Mixins.Preview.AWS.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.Route53Profiles.Mixins;

             ILogsDelivery logsDelivery;

             var cfnProfileLogsMixin = new CfnProfileLogsMixin("logType", logsDelivery);

ROUTE53_PROFILES_RESOLVER_QUERY_LOGS

A complex type that includes settings for a Route 53 Profile.

public static CfnProfileRoute53ProfilesResolverQueryLogs ROUTE53_PROFILES_RESOLVER_QUERY_LOGS { get; }
Property Value

CfnProfileRoute53ProfilesResolverQueryLogs

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html

CloudformationResource: AWS::Route53Profiles::Profile

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.Mixins.Preview.AWS.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.Route53Profiles.Mixins;

             ILogsDelivery logsDelivery;

             var cfnProfileLogsMixin = new CfnProfileLogsMixin("logType", logsDelivery);

Methods

ApplyTo(IConstruct)

Apply vended logs configuration to the construct.

public override IConstruct ApplyTo(IConstruct resource)
Parameters
resource IConstruct
Returns

IConstruct

Overrides
Mixin.ApplyTo(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html

CloudformationResource: AWS::Route53Profiles::Profile

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct (has vendedLogs property).

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html

CloudformationResource: AWS::Route53Profiles::Profile

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX