LogDestinationPolicyArgs class
The set of arguments for LogDestinationPolicy. The set of arguments for LogDestinationPolicy.
Constructors
-
LogDestinationPolicyArgs({required Input<
String> accessPolicy, required Input<String> destinationName, Input<bool?> ? forceUpdate, Input<String?> ? region}) -
Creates a new LogDestinationPolicyArgs.
accessPolicyThe policy document. This is a JSON formatted string.destinationNameA name for the subscription filterforceUpdateSpecify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual AWS accounts.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.const -
LogDestinationPolicyArgs.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