| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
CustomPolicyDetails |
CustomPolicyDetails.clone() |
CustomPolicyDetails |
Source.getCustomPolicyDetails()
Provides the runtime system, policy definition, and whether debug logging is enabled.
|
CustomPolicyDetails |
CustomPolicyDetails.withEnableDebugLogDelivery(Boolean enableDebugLogDelivery)
The boolean expression for enabling debug logging for your Config Custom Policy rule.
|
CustomPolicyDetails |
CustomPolicyDetails.withPolicyRuntime(String policyRuntime)
The runtime system for your Config Custom Policy rule.
|
CustomPolicyDetails |
CustomPolicyDetails.withPolicyText(String policyText)
The policy definition containing the logic for your Config Custom Policy rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Source.setCustomPolicyDetails(CustomPolicyDetails customPolicyDetails)
Provides the runtime system, policy definition, and whether debug logging is enabled.
|
Source |
Source.withCustomPolicyDetails(CustomPolicyDetails customPolicyDetails)
Provides the runtime system, policy definition, and whether debug logging is enabled.
|
Copyright © 2023. All rights reserved.