Show / Hide Table of Contents

Class CfnFunction.EmptySAMPTProperty

Inheritance
System.Object
CfnFunction.EmptySAMPTProperty
Implements
CfnFunction.IEmptySAMPTProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public class EmptySAMPTProperty : Object, CfnFunction.IEmptySAMPTProperty
Syntax (vb)
Public Class EmptySAMPTProperty
    Inherits Object
    Implements CfnFunction.IEmptySAMPTProperty
Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/docs/policy_templates.rst

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.SAM;

var emptySAMPTProperty = new EmptySAMPTProperty { };

Synopsis

Constructors

EmptySAMPTProperty()

Constructors

EmptySAMPTProperty()

public EmptySAMPTProperty()

Implements

CfnFunction.IEmptySAMPTProperty
Back to top Generated by DocFX