awscdk/awscloudfront/CfnDistributionTenant_CertificateProperty.go (4 lines of code) (raw):
package awscloudfront
// Example:
// // The code below shows an example of how to instantiate this type.
// // The values are placeholders you should change.
// import "github.com/aws/aws-cdk-go/awscdk"
//
// certificateProperty := &CertificateProperty{
// Arn: jsii.String("arn"),
// }
//
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-certificate.html
//
type CfnDistributionTenant_CertificateProperty struct {
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-certificate.html#cfn-cloudfront-distributiontenant-certificate-arn
//
Arn *string `field:"optional" json:"arn" yaml:"arn"`
}