Show / Hide Table of Contents

Class CfnFunctionPropsMixin.LogGroupSAMPTProperty

Inheritance
object
CfnFunctionPropsMixin.LogGroupSAMPTProperty
Implements
CfnFunctionPropsMixin.ILogGroupSAMPTProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SAM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.LogGroupSAMPTProperty : CfnFunctionPropsMixin.ILogGroupSAMPTProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.LogGroupSAMPTProperty Implements CfnFunctionPropsMixin.ILogGroupSAMPTProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-loggroupsampt.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.CfnPropertyMixins.AWS.SAM;

             var logGroupSAMPTProperty = new LogGroupSAMPTProperty {
                 LogGroupName = "logGroupName"
             };

Synopsis

Constructors

LogGroupSAMPTProperty()

Properties

LogGroupName

Constructors

LogGroupSAMPTProperty()

public LogGroupSAMPTProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-loggroupsampt.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.CfnPropertyMixins.AWS.SAM;

             var logGroupSAMPTProperty = new LogGroupSAMPTProperty {
                 LogGroupName = "logGroupName"
             };

Properties

LogGroupName

public string? LogGroupName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-loggroupsampt.html#cfn-serverless-function-loggroupsampt-loggroupname

Implements

CfnFunctionPropsMixin.ILogGroupSAMPTProperty
Back to top Generated by DocFX