Interface CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOrganizationCentralizationRule
@Stability(Stable)
public static interface CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.observabilityadmin.*; SourceLogsConfigurationProperty sourceLogsConfigurationProperty = SourceLogsConfigurationProperty.builder() .encryptedLogGroupStrategy("encryptedLogGroupStrategy") .logGroupSelectionCriteria("logGroupSelectionCriteria") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnOrganizationCentralizationRule.SourceLogsConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEncryptedLogGroupStrategy
- See Also:
-
getLogGroupSelectionCriteria
- See Also:
-
builder
@Stability(Stable) static CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty.Builder builder()
-