interface DomainSAMPTProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.DomainSAMPTProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.DomainSAMPTProperty |
![]() | aws_cdk.aws_sam.CfnFunction.DomainSAMPTProperty |
![]() | @aws-cdk/aws-sam » CfnFunction » DomainSAMPTProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const domainSAMPTProperty: sam.CfnFunction.DomainSAMPTProperty = {
domainName: 'domainName',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | CfnFunction.DomainSAMPTProperty.DomainName . |
domainName
Type:
string
CfnFunction.DomainSAMPTProperty.DomainName
.