AWSElasticLoadBalancingCreateTrustStoreInput
Objective-C
@interface AWSElasticLoadBalancingCreateTrustStoreInput
Swift
class AWSElasticLoadBalancingCreateTrustStoreInput
-
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 name of the trust store.
This name must be unique per region and cannot be changed after creation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
The tags to assign to the trust store.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSElasticLoadBalancingTag *> *_Nullable tags;Swift
var tags: [AWSElasticLoadBalancingTag]? { get set }
View on GitHub
Install in Dash
AWSElasticLoadBalancingCreateTrustStoreInput Class Reference