Class CfnProfileLogsMixin
A complex type that includes settings for a Route 53 Profile.
Implements
Inherited Members
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
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 |
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
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
Remarks
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
Remarks
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
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
Remarks
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
Overrides
Remarks
CloudformationResource: AWS::Route53Profiles::Profile
Mixin: true
ExampleMetadata: fixture=_generated