Class: Aws::QuickSight::Types::AssetBundleExportJobVPCConnectionOverrideProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Controls how a specific ‘VPCConnection` resource is parameterized in the outputted CloudFormation template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the specific ‘VPCConnection` resource whose override properties are configured in this structure.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
# File 'lib/aws-sdk-quicksight/types.rb', line 1275

class AssetBundleExportJobVPCConnectionOverrideProperties < Struct.new(
  :arn,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesArray<String>

A list of ‘VPCConnection` resource properties to generate variables for in the returned CloudFormation template.

Returns:

  • (Array<String>)


1275
1276
1277
1278
1279
1280
# File 'lib/aws-sdk-quicksight/types.rb', line 1275

class AssetBundleExportJobVPCConnectionOverrideProperties < Struct.new(
  :arn,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end