Table of Contents

Enum ArnFormat

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

An enum representing the various ARN formats that different services use.

public enum ArnFormat

Fields

COLON_RESOURCE_NAME = 1

This represents a format where the 'resource' and 'resourceName' parts are separated with a colon.

NO_RESOURCE_NAME = 0

This represents a format where there is no 'resourceName' part.

SLASH_RESOURCE_NAME = 2

This represents a format where the 'resource' and 'resourceName' parts are separated with a slash.

SLASH_RESOURCE_SLASH_RESOURCE_NAME = 3

This represents a format where the 'resource' and 'resourceName' parts are seperated with a slash, but there is also an additional slash after the colon separating 'account' from 'resource'.