Package com.pulumi.aws.cloudwatch.inputs
Class GetLogDataProtectionPolicyDocumentStatementOperation
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.cloudwatch.inputs.GetLogDataProtectionPolicyDocumentStatementOperation
-
public final class GetLogDataProtectionPolicyDocumentStatementOperation extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLogDataProtectionPolicyDocumentStatementOperation.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetLogDataProtectionPolicyDocumentStatementOperation
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<GetLogDataProtectionPolicyDocumentStatementOperationAudit>
audit()
static GetLogDataProtectionPolicyDocumentStatementOperation.Builder
builder()
static GetLogDataProtectionPolicyDocumentStatementOperation.Builder
builder(GetLogDataProtectionPolicyDocumentStatementOperation defaults)
java.util.Optional<GetLogDataProtectionPolicyDocumentStatementOperationDeidentify>
deidentify()
-
-
-
Field Detail
-
Empty
public static final GetLogDataProtectionPolicyDocumentStatementOperation Empty
-
-
Method Detail
-
audit
public java.util.Optional<GetLogDataProtectionPolicyDocumentStatementOperationAudit> audit()
- Returns:
- Configures the detection of sensitive data.
-
deidentify
public java.util.Optional<GetLogDataProtectionPolicyDocumentStatementOperationDeidentify> deidentify()
- Returns:
- Configures the masking of sensitive data. > Every policy statement must specify exactly one operation.
-
builder
public static GetLogDataProtectionPolicyDocumentStatementOperation.Builder builder()
-
builder
public static GetLogDataProtectionPolicyDocumentStatementOperation.Builder builder(GetLogDataProtectionPolicyDocumentStatementOperation defaults)
-
-