Class: MintPress::Aws::EKS::FargateProfile

Inherits:
Object
  • Object
show all
Includes:
MintLogger, AwsCommon, Mixins::Properties
Defined in:
src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb

Properties (Read/Write)

  • #cluster_name ⇒ [String]
    'The name of the Amazon EKS cluster that you would like to listFargate profiles in.'

    Property Attributes
    • source"list_fargate_profiles"
    • orig_name'cluster_name'
    • create_fargate_profile_prop'cluster_name'
    • read_onlyfalse
    • delete_fargate_profile_prop'cluster_name'
    • describe_fargate_profile_prop'cluster_name'
    • list_fargate_profiles_prop'cluster_name'
    
    
    24
    25
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 24
    
    property :cluster_name, description: 'The name of the Amazon EKS cluster that you would like to listFargate
    profiles in.', source: "list_fargate_profiles", orig_name: 'cluster_name', type: [String], create_fargate_profile_prop: 'cluster_name', read_only: false, delete_fargate_profile_prop: 'cluster_name', describe_fargate_profile_prop: 'cluster_name', list_fargate_profiles_prop: 'cluster_name'
  • #created_at ⇒ [Time]
    'The Unix epoch timestamp in seconds for when the Fargate profile was created.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EKS::FargateProfile"
    • orig_name'created_at'
    
    
    26
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 26
    
    property :created_at, disposition: :attribute, description: 'The Unix epoch timestamp in seconds for when the Fargate profile was created.', source: "MintPress::Aws::EKS::FargateProfile", orig_name: 'created_at', type: [Time]
  • #fargate_profile_arn ⇒ [String]
    'The full Amazon Resource Name (ARN) of the Fargate profile.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EKS::FargateProfile"
    • orig_name'fargate_profile_arn'
    
    
    27
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 27
    
    property :fargate_profile_arn, disposition: :attribute, description: 'The full Amazon Resource Name (ARN) of the Fargate profile.', source: "MintPress::Aws::EKS::FargateProfile", orig_name: 'fargate_profile_arn', type: [String]
  • #fargate_profile_name ⇒ [String]
    'The name of the Fargate profile to describe.'

    Property Attributes
    • source"describe_fargate_profile"
    • orig_name'fargate_profile_name'
    • create_fargate_profile_prop'fargate_profile_name'
    • read_onlyfalse
    • delete_fargate_profile_prop'fargate_profile_name'
    • describe_fargate_profile_prop'fargate_profile_name'
    
    
    28
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 28
    
    property :fargate_profile_name, description: 'The name of the Fargate profile to describe.', source: "describe_fargate_profile", orig_name: 'fargate_profile_name', type: [String], create_fargate_profile_prop: 'fargate_profile_name', read_only: false, delete_fargate_profile_prop: 'fargate_profile_name', describe_fargate_profile_prop: 'fargate_profile_name'
  • #pod_execution_role_arn ⇒ [String]
    'The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate profile.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EKS::FargateProfile"
    • orig_name'pod_execution_role_arn'
    • create_fargate_profile_prop'pod_execution_role_arn'
    • read_onlyfalse
    
    
    29
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 29
    
    property :pod_execution_role_arn, disposition: :attribute, description: 'The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate profile.', source: "MintPress::Aws::EKS::FargateProfile", orig_name: 'pod_execution_role_arn', type: [String], create_fargate_profile_prop: 'pod_execution_role_arn', read_only: false
  • #selectors ⇒ Array of ⇒ [MintPress::Aws::EKS::FargateProfileSelector]
    'The selectors to match for pods to use this Fargate profile.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EKS::FargateProfile"
    • orig_name'selectors'
    • create_fargate_profile_prop'selectors'
    • read_onlyfalse
    
    
    30
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 30
    
    property :selectors, disposition: :attribute, description: 'The selectors to match for pods to use this Fargate profile.', source: "MintPress::Aws::EKS::FargateProfile", orig_name: 'selectors', type: [MintPress::Aws::EKS::FargateProfileSelector], array: true, create_fargate_profile_prop: 'selectors', read_only: false
  • #status ⇒ [String]
    'The current status of the Fargate profile.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EKS::FargateProfile"
    • orig_name'status'
    
    
    31
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 31
    
    property :status, disposition: :attribute, description: 'The current status of the Fargate profile.', source: "MintPress::Aws::EKS::FargateProfile", orig_name: 'status', type: [String]
  • #subnets ⇒ Array of ⇒ [String]
    'The IDs of subnets to launch pods into.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EKS::FargateProfile"
    • orig_name'subnets'
    • create_fargate_profile_prop'subnets'
    • read_onlyfalse
    
    
    32
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 32
    
    property :subnets, disposition: :attribute, description: 'The IDs of subnets to launch pods into.', source: "MintPress::Aws::EKS::FargateProfile", orig_name: 'subnets', type: [String], array: true, create_fargate_profile_prop: 'subnets', read_only: false
  • #tags ⇒ []
    'The metadata applied to the Fargate profile to assist with categorization and organization.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::EKS::FargateProfile"
    • orig_name'tags'
    • create_fargate_profile_prop'tags'
    • read_onlyfalse
    
    
    33
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 33
    
    property :tags, disposition: :attribute, description: 'The metadata applied to the Fargate profile to assist with categorization and organization.', source: "MintPress::Aws::EKS::FargateProfile", orig_name: 'tags', type: [], create_fargate_profile_prop: 'tags', read_only: false
  • #client_request_token ⇒ [String]
    'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. A suitable default value is auto-generated. You should normally not need to pass this option.**'

    Property Attributes
    • create_fargate_profile_prop'client_request_token'
    • read_onlyfalse
    • source"create_fargate_profile"
    
    
    34
    35
    36
    37
    38
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 34
    
    property :client_request_token, create_fargate_profile_prop: 'client_request_token', type: [String], read_only: false, source: "create_fargate_profile", description: 'Unique, case-sensitive identifier that you provide to ensure the
    idempotency of the request.
    
    A suitable default value is auto-generated. You should normally
    not need to pass this option.**'
  • #max_results ⇒ [Integer]
    'The maximum number of Fargate profile results returned by ListFargateProfiles in paginated output. When you use this parameter, ListFargateProfiles returns only maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListFargateProfiles request with the returned nextToken value. This value can be between 1 and 100. If you don"t use this parameter, ListFargateProfiles returns up to 100 results and a nextToken value if applicable.'

    Property Attributes
    • list_fargate_profiles_prop'max_results'
    • read_onlyfalse
    • source"list_fargate_profiles"
    
    
    39
    40
    41
    42
    43
    44
    45
    46
    47
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 39
    
    property :max_results, list_fargate_profiles_prop: 'max_results', type: [Integer], read_only: false, source: "list_fargate_profiles", description: 'The maximum number of Fargate profile results returned by
    ListFargateProfiles in paginated output. When you use this
    parameter, ListFargateProfiles returns only maxResults results in
    a single page along with a nextToken response element. You can see
    the remaining results of the initial request by sending another
    ListFargateProfiles request with the returned nextToken value.
    This value can be between 1 and 100. If you don"t use this parameter,
    ListFargateProfiles returns up to 100 results and a nextToken
    value if applicable.'
  • #region ⇒ String
    Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead

    Property Attributes
    
    
    51
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 51
    
    property :region, type: String
  • #platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
    The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)

    Property Attributes
    • defaultMintPress::InfrastructureAws::AwsPlatform.new
    
    
    54
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/eks/fargate_profile.rb', line 54
    
    property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new

Properties (Read Only)

Constant Summary

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Instance Method Summary collapse

Methods included from AwsCommon

#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic

Methods included from Mixins::Properties

#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref

Methods included from MintLogger::Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Constructor Details

#initialize(opts = {}) ⇒ FargateProfile

Returns a new instance of FargateProfile.

Instance Method Details

#createObject

#deleteObject

#delete_cascadeObject

#describeObject

#listObject