interface CrossAccountConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AIOps.CfnInvestigationGroupPropsMixin.CrossAccountConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsaiops#CfnInvestigationGroupPropsMixin_CrossAccountConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.aiops.CfnInvestigationGroupPropsMixin.CrossAccountConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_aiops.CfnInvestigationGroupPropsMixin.CrossAccountConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_aiops » CfnInvestigationGroupPropsMixin » CrossAccountConfigurationProperty |
This structure contains information about the cross-account configuration in the account.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aiops as aiops } from '@aws-cdk/cfn-property-mixins';
const crossAccountConfigurationProperty: aiops.CfnInvestigationGroupPropsMixin.CrossAccountConfigurationProperty = {
sourceRoleArn: 'sourceRoleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | The ARN of an existing role which will be used to do investigations on your behalf. |
sourceRoleArn?
Type:
string
(optional)
The ARN of an existing role which will be used to do investigations on your behalf.

.NET
Go
Java
Python
TypeScript