interface DefinitionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.CfnDistribution.DefinitionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnDistribution_DefinitionProperty |
![]() | software.amazon.awscdk.services.cloudfront.CfnDistribution.DefinitionProperty |
![]() | aws_cdk.aws_cloudfront.CfnDistribution.DefinitionProperty |
![]() | aws-cdk-lib » aws_cloudfront » CfnDistribution » DefinitionProperty |
The value that you assigned to the parameter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const definitionProperty: cloudfront.CfnDistribution.DefinitionProperty = {
stringSchema: {
required: false,
// the properties below are optional
comment: 'comment',
defaultValue: 'defaultValue',
},
};
Properties
Name | Type | Description |
---|---|---|
string | IResolvable | String |
stringSchema?
Type:
IResolvable
|
String
(optional)