GetVerifiedAccessInstanceResult

data class GetVerifiedAccessInstanceResult(val creationTime: String? = null, val description: String? = null, val fipsEnabled: Boolean? = null, val lastUpdatedTime: String? = null, val loggingConfigurations: VerifiedAccessInstanceVerifiedAccessLogs? = null, val tags: List<Tag>? = null, val verifiedAccessInstanceId: String? = null, val verifiedAccessTrustProviderIds: List<String>? = null, val verifiedAccessTrustProviders: List<VerifiedAccessInstanceVerifiedAccessTrustProvider>? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, description: String? = null, fipsEnabled: Boolean? = null, lastUpdatedTime: String? = null, loggingConfigurations: VerifiedAccessInstanceVerifiedAccessLogs? = null, tags: List<Tag>? = null, verifiedAccessInstanceId: String? = null, verifiedAccessTrustProviderIds: List<String>? = null, verifiedAccessTrustProviders: List<VerifiedAccessInstanceVerifiedAccessTrustProvider>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

Time this Verified Access Instance was created.

Link copied to clipboard
val description: String? = null

A description for the AWS Verified Access instance.

Link copied to clipboard
val fipsEnabled: Boolean? = null

Indicates whether FIPS is enabled

Link copied to clipboard
val lastUpdatedTime: String? = null

Time this Verified Access Instance was last updated.

Link copied to clipboard

The configuration options for AWS Verified Access instances.

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

An array of key-value pairs to apply to this resource.

Link copied to clipboard

The ID of the AWS Verified Access instance.

Link copied to clipboard

The IDs of the AWS Verified Access trust providers.

Link copied to clipboard