Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARN ¶
ARN - Custom ARN type for helping with formatting
func NewFromArn ¶
NewFromArn creates a new ARN instance
func (*ARN) IAMResourceName ¶
IAMResourceName returns the value from beyond the last / it will return nil if its not an IAM based arn
func (*ARN) MarshalDynamoDBAttributeValue ¶
func (a *ARN) MarshalDynamoDBAttributeValue(av *dynamodb.AttributeValue) error
MarshalDynamoDBAttributeValue marshaling for DynamoDB
func (*ARN) MarshalJSON ¶
MarshalJSON for creating a JSON string of ARN
func (*ARN) UnmarshalDynamoDBAttributeValue ¶
func (a *ARN) UnmarshalDynamoDBAttributeValue(av *dynamodb.AttributeValue) error
UnmarshalDynamoDBAttributeValue handles custom unmarshaling of an ARN
func (*ARN) UnmarshalJSON ¶
UnmarshalJSON - Custom unmarshalling of an ARN
Click to show internal directories.
Click to hide internal directories.