AWSLogsPutDeliveryDestinationPolicyRequest
Objective-C
@interface AWSLogsPutDeliveryDestinationPolicyRequest
Swift
class AWSLogsPutDeliveryDestinationPolicyRequest
-
The name of the delivery destination to assign this policy to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deliveryDestinationName;Swift
var deliveryDestinationName: String? { get set } -
The contents of the policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deliveryDestinationPolicy;Swift
var deliveryDestinationPolicy: String? { get set }
View on GitHub
Install in Dash
AWSLogsPutDeliveryDestinationPolicyRequest Class Reference