Package-level declarations

Types

Link copied to clipboard
data class ApplicationComponentInfoArgs(val componentType: Output<ApplicationComponentInfoComponentType>? = null, val ec2InstanceId: Output<String>? = null, val sid: Output<String>? = null) : ConvertibleToJava<ApplicationComponentInfoArgs>
Link copied to clipboard
data class ApplicationCredentialArgs(val credentialType: Output<ApplicationCredentialCredentialType>? = null, val databaseName: Output<String>? = null, val secretId: Output<String>? = null) : ConvertibleToJava<ApplicationCredentialArgs>
Link copied to clipboard
data class GetApplicationPlainArgs(val arn: String) : ConvertibleToJava<GetApplicationPlainArgs>