Show / Hide Table of Contents

Class CfnFunctionPropsMixin.KeySAMPTProperty

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

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

             var keySAMPTProperty = new KeySAMPTProperty {
                 KeyId = "keyId"
             };

Synopsis

Constructors

KeySAMPTProperty()

Properties

KeyId

Constructors

KeySAMPTProperty()

public KeySAMPTProperty()
Remarks

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

             var keySAMPTProperty = new KeySAMPTProperty {
                 KeyId = "keyId"
             };

Properties

KeyId

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

string

Remarks

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

Implements

CfnFunctionPropsMixin.IKeySAMPTProperty
Back to top Generated by DocFX