interface EventSourceMappingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ARCRegionSwitch.CfnPlan.EventSourceMappingProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_EventSourceMappingProperty |
Java | software.amazon.awscdk.services.arcregionswitch.CfnPlan.EventSourceMappingProperty |
Python | aws_cdk.aws_arcregionswitch.CfnPlan.EventSourceMappingProperty |
TypeScript | aws-cdk-lib » aws_arcregionswitch » CfnPlan » EventSourceMappingProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const eventSourceMappingProperty: arcregionswitch.CfnPlan.EventSourceMappingProperty = {
arn: 'arn',
// the properties below are optional
crossAccountRole: 'crossAccountRole',
externalId: 'externalId',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn | string | |
| cross | string | |
| external | string |
arn
Type:
string
crossAccountRole?
Type:
string
(optional)
externalId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript