class Amazonite::Lambda::PropagateTags

Overview

Configuration for tag propagation to managed resources launched by the capacity provider.

Included Modules

Defined in:

lambda/propagate_tags.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(mode : PropagateTagsMode | Nil = nil, explicit_tags : Hash(String, String) | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def explicit_tags : Hash(String, String) | Nil #

A list of tags to apply to managed resources when Mode is set to Explicit. You can specify up to 40 tags.


[View source]
def explicit_tags=(explicit_tags : Hash(String, String) | Nil) #

A list of tags to apply to managed resources when Mode is set to Explicit. You can specify up to 40 tags.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def mode : PropagateTagsMode | Nil #

The tag propagation mode. Set to Explicit to propagate the tags specified in ExplicitTags to managed resources. Set to None to disable tag propagation.


[View source]
def mode=(mode : PropagateTagsMode | Nil) #

The tag propagation mode. Set to Explicit to propagate the tags specified in ExplicitTags to managed resources. Set to None to disable tag propagation.


[View source]
def validate! : Nil #

[View source]