interface DefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFront.CfnDistribution.DefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnDistribution_DefinitionProperty |
Java | software.amazon.awscdk.services.cloudfront.CfnDistribution.DefinitionProperty |
Python | aws_cdk.aws_cloudfront.CfnDistribution.DefinitionProperty |
TypeScript | 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)

.NET
Go
Java
Python
TypeScript