AWSLogsPutDestinationPolicyRequest
Objective-C
@interface AWSLogsPutDestinationPolicyRequest
Swift
class AWSLogsPutDestinationPolicyRequest
-
An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination. This can be up to 5120 bytes.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable accessPolicy;
Swift
var accessPolicy: String? { get set }
-
A name for an existing destination.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationName;
Swift
var destinationName: String? { get set }
-
Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual Amazon Web Services accounts. Before you update a destination policy this way, you must first update the subscription filters in the accounts that send logs to this destination. If you do not, the subscription filters might stop working. By specifying
true
forforceUpdate
, you are affirming that you have already updated the subscription filters. For more information, see Updating an existing cross-account subscriptionIf you omit this parameter, the default of
false
is used.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable forceUpdate;
Swift
var forceUpdate: NSNumber? { get set }