LogDestinationPolicyState class

Input properties used for looking up and filtering LogDestinationPolicy resources.

Constructors

LogDestinationPolicyState({Input<String?>? accessPolicy, Input<String?>? destinationName, Input<bool?>? forceUpdate, Input<String?>? region})
Creates a new LogDestinationPolicyState. accessPolicy The policy document. This is a JSON formatted string. destinationName A name for the subscription filter forceUpdate Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual AWS accounts. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
const
LogDestinationPolicyState.fromMap(Map<String, dynamic> map)
factory

Properties

accessPolicy → Input<String?>?
The policy document. This is a JSON formatted string.
final
destinationName → Input<String?>?
A name for the subscription filter
final
forceUpdate → Input<bool?>?
Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual AWS accounts.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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