Class: Aws::Types::ResourceMapping

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_registry_app_name ⇒ ::String

Returns the value of attribute app_registry_app_name.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def app_registry_app_name
  @app_registry_app_name
end

#eks_source_name ⇒ ::String

Returns the value of attribute eks_source_name.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def eks_source_name
  @eks_source_name
end

#logical_stack_name ⇒ ::String

Returns the value of attribute logical_stack_name.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def logical_stack_name
  @logical_stack_name
end

#mapping_type ⇒ "CfnStack", ...

Returns the value of attribute mapping_type.

Returns:

  • ("CfnStack", "Resource", "AppRegistryApp", "ResourceGroup", "Terraform", "EKS")


1226
1227
1228
# File 'sig/types.rbs', line 1226

def mapping_type
  @mapping_type
end

#physical_resource_id ⇒ Types::PhysicalResourceId

Returns the value of attribute physical_resource_id.



1227
1228
1229
# File 'sig/types.rbs', line 1227

def physical_resource_id
  @physical_resource_id
end

#resource_group_name ⇒ ::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def resource_group_name
  @resource_group_name
end

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def resource_name
  @resource_name
end

#terraform_source_name ⇒ ::String

Returns the value of attribute terraform_source_name.

Returns:

  • (::String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def terraform_source_name
  @terraform_source_name
end