interface StringSchemaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CloudFront.CfnDistributionPropsMixin.StringSchemaProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscloudfront#CfnDistributionPropsMixin_StringSchemaProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnDistributionPropsMixin.StringSchemaProperty |
Python | aws_cdk.cfn_property_mixins.aws_cloudfront.CfnDistributionPropsMixin.StringSchemaProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cloudfront » CfnDistributionPropsMixin » StringSchemaProperty |
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/cfn-property-mixins';
const stringSchemaProperty: cloudfront.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