Class CfnFunctionPropsMixin.LogGroupSAMPTProperty
Implements
Inherited Members
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
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
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; }