elbv2_modify_trust_store: Update the ca certificate bundle for a given trust store

View source: R/elbv2_operations.R

elbv2_modify_trust_storeR Documentation

Update the ca certificate bundle for a given trust store

Description

Update the ca certificate bundle for a given trust store.

See https://www.paws-r-sdk.com/docs/elbv2_modify_trust_store/ for full documentation.

Usage

elbv2_modify_trust_store(
  TrustStoreArn,
  CaCertificatesBundleS3Bucket,
  CaCertificatesBundleS3Key,
  CaCertificatesBundleS3ObjectVersion = NULL
)

Arguments

TrustStoreArn

[required] The Amazon Resource Name (ARN) of the trust store.

CaCertificatesBundleS3Bucket

[required] The Amazon S3 bucket for the ca certificates bundle.

CaCertificatesBundleS3Key

[required] The Amazon S3 path for the ca certificates bundle.

CaCertificatesBundleS3ObjectVersion

The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.


paws.networking documentation built on May 29, 2024, 10:12 a.m.