Show / Hide Table of Contents

Class CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty

The CA certificates bundle location in Amazon S3.

Inheritance
object
CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty
Implements
CfnTrustStorePropsMixin.ICaCertificatesBundleS3LocationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-truststore-cacertificatesbundles3location.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-truststore-cacertificatesbundles3location.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-truststore-cacertificatesbundles3location.html#cfn-cloudfront-truststore-cacertificatesbundles3location-bucket

Key

The location's key.

public string? Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-truststore-cacertificatesbundles3location.html#cfn-cloudfront-truststore-cacertificatesbundles3location-key

Region

The location's Region.

public string? Region { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-truststore-cacertificatesbundles3location.html#cfn-cloudfront-truststore-cacertificatesbundles3location-region

Version

The location's version.

public string? Version { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-truststore-cacertificatesbundles3location.html#cfn-cloudfront-truststore-cacertificatesbundles3location-version

Implements

CfnTrustStorePropsMixin.ICaCertificatesBundleS3LocationProperty
Back to top Generated by DocFX