Show / Hide Table of Contents

Interface CfnFunctionPropsMixin.IDomainSAMPTProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFunctionPropsMixin.IDomainSAMPTProperty
Syntax (vb)
Public Interface 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.Mixins.Preview.AWS.SAM.Mixins;

             var domainSAMPTProperty = new DomainSAMPTProperty {
                 DomainName = "domainName"
             };

Synopsis

Properties

DomainName

Properties

DomainName

string? DomainName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX