Show / Hide Table of Contents

Class CfnFunctionPropsMixin.DomainSAMPTProperty

Inheritance
object
CfnFunctionPropsMixin.DomainSAMPTProperty
Implements
CfnFunctionPropsMixin.IDomainSAMPTProperty
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.DomainSAMPTProperty : CfnFunctionPropsMixin.IDomainSAMPTProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.DomainSAMPTProperty Implements CfnFunctionPropsMixin.IDomainSAMPTProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-domainsampt.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 domainSAMPTProperty = new DomainSAMPTProperty {
                 DomainName = "domainName"
             };

Synopsis

Constructors

DomainSAMPTProperty()

Properties

DomainName

Constructors

DomainSAMPTProperty()

public DomainSAMPTProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-domainsampt.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 domainSAMPTProperty = new DomainSAMPTProperty {
                 DomainName = "domainName"
             };

Properties

DomainName

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

string

Remarks

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

Implements

CfnFunctionPropsMixin.IDomainSAMPTProperty
Back to top Generated by DocFX