Creates a trust store.
See https://www.paws-r-sdk.com/docs/elbv2_create_trust_store/ for full documentation.
elbv2_create_trust_store(
Name,
CaCertificatesBundleS3Bucket,
CaCertificatesBundleS3Key,
CaCertificatesBundleS3ObjectVersion = NULL,
Tags = NULL
)
[required] The name of the trust store.
This name must be unique per region and can't be changed after creation.
[required] The Amazon S3 bucket for the ca certificates bundle.
[required] The Amazon S3 path for the ca certificates bundle.
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
The tags to assign to the trust store.