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)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def cfn_stack_arn
  @cfn_stack_arn
end

#design_file_s3_url::String

Returns the value of attribute design_file_s3_url.

Returns:

  • (::String)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def design_file_s3_url
  @design_file_s3_url
end

#eksTypes::EksSource

Returns the value of attribute eks.

Returns:



1143
1144
1145
# File 'sig/types.rbs', line 1143

def eks
  @eks
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



1140
1141
1142
# File 'sig/types.rbs', line 1140

def resource_tags
  @resource_tags
end

#tf_state_file_url::String

Returns the value of attribute tf_state_file_url.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def tf_state_file_url
  @tf_state_file_url
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def unknown
  @unknown
end