Class: Aws::Types::ResourceConfiguration

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

Defined Under Namespace

Classes: CfnStackArn, DesignFileS3Url, Eks, ResourceTags, TfStateFileUrl, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cfn_stack_arn::String

Returns the value of attribute cfn_stack_arn.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def cfn_stack_arn
  @cfn_stack_arn
end

#design_file_s3_url::String

Returns the value of attribute design_file_s3_url.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def design_file_s3_url
  @design_file_s3_url
end

#eksTypes::EksSource

Returns the value of attribute eks.

Returns:



1093
1094
1095
# File 'sig/types.rbs', line 1093

def eks
  @eks
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



1090
1091
1092
# File 'sig/types.rbs', line 1090

def resource_tags
  @resource_tags
end

#tf_state_file_url::String

Returns the value of attribute tf_state_file_url.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def tf_state_file_url
  @tf_state_file_url
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def unknown
  @unknown
end