AWSElasticLoadBalancingModifyTrustStoreInput
Objective-C
@interface AWSElasticLoadBalancingModifyTrustStoreInput
Swift
class AWSElasticLoadBalancingModifyTrustStoreInput
-
The Amazon S3 bucket for the ca certificates bundle.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable caCertificatesBundleS3Bucket;
Swift
var caCertificatesBundleS3Bucket: String? { get set }
-
The Amazon S3 path for the ca certificates bundle.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable caCertificatesBundleS3Key;
Swift
var caCertificatesBundleS3Key: String? { get set }
-
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable caCertificatesBundleS3ObjectVersion;
Swift
var caCertificatesBundleS3ObjectVersion: String? { get set }
-
The Amazon Resource Name (ARN) of the trust store.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trustStoreArn;
Swift
var trustStoreArn: String? { get set }