GetResourceConfigurationResult

data class GetResourceConfigurationResult(val allowAssociationToSharableServiceNetwork: Boolean? = null, val arn: String? = null, val id: String? = null, val name: String? = null, val portRanges: List<String>? = null, val resourceConfigurationDefinition: Any? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(allowAssociationToSharableServiceNetwork: Boolean? = null, arn: String? = null, id: String? = null, name: String? = null, portRanges: List<String>? = null, resourceConfigurationDefinition: Any? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether the resource configuration can be associated with a sharable service network.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the resource configuration.

Link copied to clipboard
val id: String? = null

The ID of the resource configuration.

Link copied to clipboard
val name: String? = null

The name of the resource configuration.

Link copied to clipboard
val portRanges: List<String>? = null

(SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).

Link copied to clipboard

Identifies the resource configuration in one of the following ways:

Link copied to clipboard
val tags: List<Tag>? = null

The tags for the resource configuration.