GetLogDataProtectionPolicyDocumentArgs class
Arguments for getLogDataProtectionPolicyDocument. Arguments for getLogDataProtectionPolicyDocument.
Constructors
-
GetLogDataProtectionPolicyDocumentArgs({Input<
GetLogDataProtectionPolicyDocumentConfiguration?> ? configuration, Input<String?> ? description, required Input<String> name, required Input<List< statements, Input<GetLogDataProtectionPolicyDocumentStatement> >String?> ? version}) -
Creates a new GetLogDataProtectionPolicyDocumentArgs.
configurationOptional.descriptionOptional.nameThe name of the data protection policy document.statementsConfigures the data protection policy.versionOptional.const -
GetLogDataProtectionPolicyDocumentArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
configuration
→ Input<
GetLogDataProtectionPolicyDocumentConfiguration?> ? -
final
-
description
→ Input<
String?> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ Input<
String> -
The name of the data protection policy document.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
statements
→ Input<
List< GetLogDataProtectionPolicyDocumentStatement> > -
Configures the data protection policy.
final
-
version
→ Input<
String?> ? -
final
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