Class CfnPlan.EventSourceMappingProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ARCRegionSwitch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPlan.EventSourceMappingProperty : CfnPlan.IEventSourceMappingProperty
Syntax (vb)
Public Class CfnPlan.EventSourceMappingProperty Implements CfnPlan.IEventSourceMappingProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ARCRegionSwitch;
var eventSourceMappingProperty = new EventSourceMappingProperty {
Arn = "arn",
// the properties below are optional
CrossAccountRole = "crossAccountRole",
ExternalId = "externalId"
};
Synopsis
Constructors
| EventSourceMappingProperty() |
Properties
| Arn | |
| CrossAccountRole | |
| ExternalId |
Constructors
EventSourceMappingProperty()
public EventSourceMappingProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ARCRegionSwitch;
var eventSourceMappingProperty = new EventSourceMappingProperty {
Arn = "arn",
// the properties below are optional
CrossAccountRole = "crossAccountRole",
ExternalId = "externalId"
};
Properties
Arn
public string Arn { get; set; }
Property Value
Remarks
CrossAccountRole
public string? CrossAccountRole { get; set; }
Property Value
Remarks
ExternalId
public string? ExternalId { get; set; }