class Amazonite::Lambda::CreateCapacityProviderRequest

Included Modules

Defined in:

lambda/create_capacity_provider_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(capacity_provider_name : String, vpc_config : CapacityProviderVpcConfig, permissions_config : CapacityProviderPermissionsConfig, instance_requirements : InstanceRequirements | Nil = nil, capacity_provider_scaling_config : CapacityProviderScalingConfig | Nil = nil, kms_key_arn : String | Nil = nil, tags : Hash(String, String) | Nil = nil, propagate_tags : PropagateTags | Nil = nil, telemetry_config : CapacityProviderTelemetryConfig | Nil = nil) #

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

[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 capacity_provider_name : String #

The name of the capacity provider.


[View source]
def capacity_provider_name=(capacity_provider_name : String) #

The name of the capacity provider.


[View source]
def capacity_provider_scaling_config : CapacityProviderScalingConfig | Nil #

The scaling configuration that defines how the capacity provider scales compute instances, including maximum vCPU count and scaling policies.


[View source]
def capacity_provider_scaling_config=(capacity_provider_scaling_config : CapacityProviderScalingConfig | Nil) #

The scaling configuration that defines how the capacity provider scales compute instances, including maximum vCPU count and scaling policies.


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

See Object#hash(hasher)


def instance_requirements : InstanceRequirements | Nil #

The instance requirements that specify the compute instance characteristics, including architectures and allowed or excluded instance types.


[View source]
def instance_requirements=(instance_requirements : InstanceRequirements | Nil) #

The instance requirements that specify the compute instance characteristics, including architectures and allowed or excluded instance types.


[View source]
def kms_key_arn : String | Nil #

The ARN of the KMS key used to encrypt data associated with the capacity provider.


[View source]
def kms_key_arn=(kms_key_arn : String | Nil) #

The ARN of the KMS key used to encrypt data associated with the capacity provider.


[View source]
def permissions_config : CapacityProviderPermissionsConfig #

The permissions configuration that specifies the IAM role ARN used by the capacity provider to manage compute resources.


[View source]
def permissions_config=(permissions_config : CapacityProviderPermissionsConfig) #

The permissions configuration that specifies the IAM role ARN used by the capacity provider to manage compute resources.


[View source]
def propagate_tags : PropagateTags | Nil #

The tag propagation configuration for the capacity provider. Specifies tags to apply to managed resources at launch.


[View source]
def propagate_tags=(propagate_tags : PropagateTags | Nil) #

The tag propagation configuration for the capacity provider. Specifies tags to apply to managed resources at launch.


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

A list of tags to associate with the capacity provider.


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

A list of tags to associate with the capacity provider.


[View source]
def telemetry_config : CapacityProviderTelemetryConfig | Nil #

The telemetry configuration for the capacity provider. Specifies logging settings for managed resources.


[View source]
def telemetry_config=(telemetry_config : CapacityProviderTelemetryConfig | Nil) #

The telemetry configuration for the capacity provider. Specifies logging settings for managed resources.


[View source]
def validate! : Nil #

[View source]
def vpc_config : CapacityProviderVpcConfig #

The VPC configuration for the capacity provider, including subnet IDs and security group IDs where compute instances will be launched.


[View source]
def vpc_config=(vpc_config : CapacityProviderVpcConfig) #

The VPC configuration for the capacity provider, including subnet IDs and security group IDs where compute instances will be launched.


[View source]