interface StringSchemaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins.CfnDistributionPropsMixin.StringSchemaProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscloudfront/mixins#CfnDistributionPropsMixin_StringSchemaProperty |
Java | software.amazon.awscdk.mixins.preview.services.cloudfront.mixins.CfnDistributionPropsMixin.StringSchemaProperty |
Python | aws_cdk.mixins_preview.aws_cloudfront.mixins.CfnDistributionPropsMixin.StringSchemaProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cloudfront » mixins » CfnDistributionPropsMixin » StringSchemaProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as cloudfront_mixins } from '@aws-cdk/mixins-preview/aws-cloudfront';
const stringSchemaProperty: cloudfront_mixins.CfnDistributionPropsMixin.StringSchemaProperty = {
comment: 'comment',
defaultValue: 'defaultValue',
required: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| comment? | string | |
| default | string | |
| required? | boolean | IResolvable |
comment?
Type:
string
(optional)
defaultValue?
Type:
string
(optional)
required?
Type:
boolean | IResolvable
(optional)

.NET
Go
Java
Python
TypeScript