AWSLogsResourcePolicy
Objective-C
@interface AWSLogsResourcePolicy
Swift
class AWSLogsResourcePolicy
A policy enabling one or more entities to put logs to a log group in this account.
-
Timestamp showing when this policy was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable lastUpdatedTime;
Swift
var lastUpdatedTime: NSNumber? { get set }
-
The details of the policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyDocument;
Swift
var policyDocument: String? { get set }
-
The name of the resource policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;
Swift
var policyName: String? { get set }