Class GetLogDataProtectionPolicyDocumentStatementOperation
- java.lang.Object
-
- com.pulumi.aws.cloudwatch.outputs.GetLogDataProtectionPolicyDocumentStatementOperation
-
public final class GetLogDataProtectionPolicyDocumentStatementOperation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLogDataProtectionPolicyDocumentStatementOperation.Builder
-
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()
-
-
-
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)
-
-