interface CrossAccountConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AIOps.Mixins.CfnInvestigationGroupPropsMixin.CrossAccountConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsaiops/mixins#CfnInvestigationGroupPropsMixin_CrossAccountConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.aiops.mixins.CfnInvestigationGroupPropsMixin.CrossAccountConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_aiops.mixins.CfnInvestigationGroupPropsMixin.CrossAccountConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_aiops » mixins » 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 { mixins as aiops_mixins } from '@aws-cdk/mixins-preview/aws-aiops';
const crossAccountConfigurationProperty: aiops_mixins.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