TrustStoreArgs

data class TrustStoreArgs(val caCertificatesBundleS3Bucket: Output<String>? = null, val caCertificatesBundleS3Key: Output<String>? = null, val caCertificatesBundleS3ObjectVersion: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<TrustStoreArgs>

Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStore

Constructors

Link copied to clipboard
constructor(caCertificatesBundleS3Bucket: Output<String>? = null, caCertificatesBundleS3Key: Output<String>? = null, caCertificatesBundleS3ObjectVersion: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

The name of the S3 bucket to fetch the CA certificate bundle from.

Link copied to clipboard
val caCertificatesBundleS3Key: Output<String>? = null

The name of the S3 object to fetch the CA certificate bundle from.

Link copied to clipboard

The version of the S3 bucket that contains the CA certificate bundle.

Link copied to clipboard
val name: Output<String>? = null

The name of the trust store.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags to assign to the trust store.

Functions

Link copied to clipboard
open override fun toJava(): TrustStoreArgs