Class CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty
The CA certificates bundle location in Amazon S3.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty : CfnTrustStorePropsMixin.ICaCertificatesBundleS3LocationProperty
Syntax (vb)
Public Class CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty Implements CfnTrustStorePropsMixin.ICaCertificatesBundleS3LocationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins;
var caCertificatesBundleS3LocationProperty = new CaCertificatesBundleS3LocationProperty {
Bucket = "bucket",
Key = "key",
Region = "region",
Version = "version"
};
Synopsis
Constructors
| CaCertificatesBundleS3LocationProperty() | The CA certificates bundle location in Amazon S3. |
Properties
| Bucket | The S3 bucket. |
| Key | The location's key. |
| Region | The location's Region. |
| Version | The location's version. |
Constructors
CaCertificatesBundleS3LocationProperty()
The CA certificates bundle location in Amazon S3.
public CaCertificatesBundleS3LocationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins;
var caCertificatesBundleS3LocationProperty = new CaCertificatesBundleS3LocationProperty {
Bucket = "bucket",
Key = "key",
Region = "region",
Version = "version"
};
Properties
Bucket
The S3 bucket.
public string? Bucket { get; set; }
Property Value
Remarks
Key
The location's key.
public string? Key { get; set; }
Property Value
Remarks
Region
The location's Region.
public string? Region { get; set; }
Property Value
Remarks
Version
The location's version.
public string? Version { get; set; }