Show / Hide Table of Contents

Class CfnPlan.EventSourceMappingProperty

Inheritance
object
CfnPlan.EventSourceMappingProperty
Implements
CfnPlan.IEventSourceMappingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-eventsourcemapping.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-eventsourcemapping.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-eventsourcemapping.html#cfn-arcregionswitch-plan-eventsourcemapping-arn

CrossAccountRole

public string? CrossAccountRole { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-eventsourcemapping.html#cfn-arcregionswitch-plan-eventsourcemapping-crossaccountrole

ExternalId

public string? ExternalId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-eventsourcemapping.html#cfn-arcregionswitch-plan-eventsourcemapping-externalid

Implements

CfnPlan.IEventSourceMappingProperty
Back to top Generated by DocFX