ResourcePolicy class

A policy enabling one or more entities to put logs to a log group in this account.

Constructors

ResourcePolicy({int? lastUpdatedTime, String? policyDocument, String? policyName})
ResourcePolicy.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime int?
Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final
policyDocument String?
The details of the policy.
final
policyName String?
The name of the resource policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited