interface CfnOrganizationCentralizationRuleProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_observabilityadmin.CfnOrganizationCentralizationRuleProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsobservabilityadmin#CfnOrganizationCentralizationRuleProps |
![]() | software.amazon.awscdk.services.observabilityadmin.CfnOrganizationCentralizationRuleProps |
![]() | aws_cdk.aws_observabilityadmin.CfnOrganizationCentralizationRuleProps |
![]() | aws-cdk-lib » aws_observabilityadmin » CfnOrganizationCentralizationRuleProps |
Properties for defining a CfnOrganizationCentralizationRule
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_observabilityadmin as observabilityadmin } from 'aws-cdk-lib';
const cfnOrganizationCentralizationRuleProps: observabilityadmin.CfnOrganizationCentralizationRuleProps = {
rule: {
destination: {
region: 'region',
// the properties below are optional
account: 'account',
destinationLogsConfiguration: {
backupConfiguration: {
region: 'region',
// the properties below are optional
kmsKeyArn: 'kmsKeyArn',
},
logsEncryptionConfiguration: {
encryptionStrategy: 'encryptionStrategy',
// the properties below are optional
encryptionConflictResolutionStrategy: 'encryptionConflictResolutionStrategy',
kmsKeyArn: 'kmsKeyArn',
},
},
},
source: {
regions: ['regions'],
// the properties below are optional
scope: 'scope',
sourceLogsConfiguration: {
encryptedLogGroupStrategy: 'encryptedLogGroupStrategy',
logGroupSelectionCriteria: 'logGroupSelectionCriteria',
},
},
},
ruleName: 'ruleName',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
rule | IResolvable | Centralization | |
rule | string | |
tags? | Cfn [] | An array of key-value pairs to apply to this resource. |
rule
Type:
IResolvable
|
Centralization
ruleName
Type:
string
tags?
Type:
Cfn
[]
(optional)
An array of key-value pairs to apply to this resource.