Show / Hide Table of Contents

Class CfnConfigurationSet.CloudWatchLogsDestinationProperty

Contains the destination configuration to use when publishing message sending events.

Inheritance
object
CfnConfigurationSet.CloudWatchLogsDestinationProperty
Implements
CfnConfigurationSet.ICloudWatchLogsDestinationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SMSVOICE
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationSet.CloudWatchLogsDestinationProperty : CfnConfigurationSet.ICloudWatchLogsDestinationProperty
Syntax (vb)
Public Class CfnConfigurationSet.CloudWatchLogsDestinationProperty Implements CfnConfigurationSet.ICloudWatchLogsDestinationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-configurationset-cloudwatchlogsdestination.html

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.AWS.SMSVOICE;

             var cloudWatchLogsDestinationProperty = new CloudWatchLogsDestinationProperty {
                 IamRoleArn = "iamRoleArn",
                 LogGroupArn = "logGroupArn"
             };

Synopsis

Constructors

CloudWatchLogsDestinationProperty()

Contains the destination configuration to use when publishing message sending events.

Properties

IamRoleArn

The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.

LogGroupArn

The name of the Amazon CloudWatch log group that you want to record events in.

Constructors

CloudWatchLogsDestinationProperty()

Contains the destination configuration to use when publishing message sending events.

public CloudWatchLogsDestinationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-configurationset-cloudwatchlogsdestination.html

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.AWS.SMSVOICE;

             var cloudWatchLogsDestinationProperty = new CloudWatchLogsDestinationProperty {
                 IamRoleArn = "iamRoleArn",
                 LogGroupArn = "logGroupArn"
             };

Properties

IamRoleArn

The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.

public string IamRoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-configurationset-cloudwatchlogsdestination.html#cfn-smsvoice-configurationset-cloudwatchlogsdestination-iamrolearn

LogGroupArn

The name of the Amazon CloudWatch log group that you want to record events in.

public string LogGroupArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-smsvoice-configurationset-cloudwatchlogsdestination.html#cfn-smsvoice-configurationset-cloudwatchlogsdestination-loggrouparn

Implements

CfnConfigurationSet.ICloudWatchLogsDestinationProperty
Back to top Generated by DocFX