Package-level declarations

Types

Link copied to clipboard
data class GetNamespaceResult(val adminPasswordSecretKmsKeyId: String? = null, val adminUsername: String? = null, val dbName: String? = null, val defaultIamRoleArn: String? = null, val iamRoles: List<String>? = null, val kmsKeyId: String? = null, val logExports: List<NamespaceLogExport>? = null, val namespace: Namespace? = null, val namespaceResourcePolicy: Any? = null, val snapshotCopyConfigurations: List<NamespaceSnapshotCopyConfiguration>? = null)
Link copied to clipboard
data class GetWorkgroupResult(val enhancedVpcRouting: Boolean? = null, val port: Int? = null, val publiclyAccessible: Boolean? = null, val workgroup: Workgroup? = null)
Link copied to clipboard
data class Namespace(val adminPasswordSecretArn: String? = null, val adminPasswordSecretKmsKeyId: String? = null, val adminUsername: String? = null, val creationDate: String? = null, val dbName: String? = null, val defaultIamRoleArn: String? = null, val iamRoles: List<String>? = null, val kmsKeyId: String? = null, val logExports: List<NamespaceLogExport>? = null, val namespaceArn: String? = null, val namespaceId: String? = null, val namespaceName: String? = null, val status: NamespaceStatus? = null)
Link copied to clipboard
data class NamespaceSnapshotCopyConfiguration(val destinationKmsKeyId: String? = null, val destinationRegion: String, val snapshotRetentionPeriod: Int? = null)
Link copied to clipboard
data class Workgroup(val baseCapacity: Int? = null, val configParameters: List<WorkgroupConfigParameter>? = null, val creationDate: String? = null, val endpoint: WorkgroupEndpoint? = null, val enhancedVpcRouting: Boolean? = null, val maxCapacity: Int? = null, val namespaceName: String? = null, val publiclyAccessible: Boolean? = null, val securityGroupIds: List<String>? = null, val status: WorkgroupStatus? = null, val subnetIds: List<String>? = null, val workgroupArn: String? = null, val workgroupId: String? = null, val workgroupName: String? = null)
Link copied to clipboard
data class WorkgroupConfigParameter(val parameterKey: String? = null, val parameterValue: String? = null)
Link copied to clipboard
data class WorkgroupEndpoint(val address: String? = null, val port: Int? = null, val vpcEndpoints: List<WorkgroupVpcEndpoint>? = null)
Link copied to clipboard
data class WorkgroupNetworkInterface(val availabilityZone: String? = null, val networkInterfaceId: String? = null, val privateIpAddress: String? = null, val subnetId: String? = null)
Link copied to clipboard
data class WorkgroupVpcEndpoint(val networkInterfaces: List<WorkgroupNetworkInterface>? = null, val vpcEndpointId: String? = null, val vpcId: String? = null)