interface EventSourceMappingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ARCRegionSwitch.CfnPlanPropsMixin.EventSourceMappingProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsarcregionswitch#CfnPlanPropsMixin_EventSourceMappingProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.EventSourceMappingProperty |
Python | aws_cdk.cfn_property_mixins.aws_arcregionswitch.CfnPlanPropsMixin.EventSourceMappingProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_arcregionswitch » CfnPlanPropsMixin » 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/cfn-property-mixins';
const eventSourceMappingProperty: arcregionswitch.CfnPlanPropsMixin.EventSourceMappingProperty = {
arn: 'arn',
crossAccountRole: 'crossAccountRole',
externalId: 'externalId',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | |
| cross | string | |
| external | string |
arn?
Type:
string
(optional)
crossAccountRole?
Type:
string
(optional)
externalId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript