GetLogDataProtectionPolicyDocumentArgs constructor
const
GetLogDataProtectionPolicyDocumentArgs({
- Input<
GetLogDataProtectionPolicyDocumentConfiguration?> ? configuration, - Input<
String?> ? description, - required Input<
String> name, - required Input<
List< statements,GetLogDataProtectionPolicyDocumentStatement> > - Input<
String?> ? version,
Creates a new GetLogDataProtectionPolicyDocumentArgs.
configuration Optional.
description Optional.
name The name of the data protection policy document.
statements Configures the data protection policy.
version Optional.
Implementation
const GetLogDataProtectionPolicyDocumentArgs({
this.configuration,
this.description,
required this.name,
required this.statements,
this.version,
});