Package-level declarations

Types

Link copied to clipboard
data class EndpointCidrOptionsArgs(val cidr: Output<String>, val portRanges: Output<List<EndpointCidrOptionsPortRangeArgs>>, val protocol: Output<String>? = null, val subnetIds: Output<List<String>>? = null) : ConvertibleToJava<EndpointCidrOptionsArgs>
Link copied to clipboard
data class EndpointCidrOptionsPortRangeArgs(val fromPort: Output<Int>, val toPort: Output<Int>) : ConvertibleToJava<EndpointCidrOptionsPortRangeArgs>
Link copied to clipboard
data class EndpointLoadBalancerOptionsArgs(val loadBalancerArn: Output<String>? = null, val port: Output<Int>? = null, val portRanges: Output<List<EndpointLoadBalancerOptionsPortRangeArgs>>? = null, val protocol: Output<String>? = null, val subnetIds: Output<List<String>>? = null) : ConvertibleToJava<EndpointLoadBalancerOptionsArgs>
Link copied to clipboard
data class EndpointLoadBalancerOptionsPortRangeArgs(val fromPort: Output<Int>, val toPort: Output<Int>) : ConvertibleToJava<EndpointLoadBalancerOptionsPortRangeArgs>
Link copied to clipboard
data class EndpointNetworkInterfaceOptionsArgs(val networkInterfaceId: Output<String>? = null, val port: Output<Int>? = null, val portRanges: Output<List<EndpointNetworkInterfaceOptionsPortRangeArgs>>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<EndpointNetworkInterfaceOptionsArgs>
data class EndpointNetworkInterfaceOptionsPortRangeArgs(val fromPort: Output<Int>, val toPort: Output<Int>) : ConvertibleToJava<EndpointNetworkInterfaceOptionsPortRangeArgs>
Link copied to clipboard
data class EndpointRdsOptionsArgs(val port: Output<Int>? = null, val protocol: Output<String>? = null, val rdsDbClusterArn: Output<String>? = null, val rdsDbInstanceArn: Output<String>? = null, val rdsDbProxyArn: Output<String>? = null, val rdsEndpoint: Output<String>? = null, val subnetIds: Output<List<String>>? = null) : ConvertibleToJava<EndpointRdsOptionsArgs>
Link copied to clipboard
data class EndpointSseSpecificationArgs(val customerManagedKeyEnabled: Output<Boolean>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<EndpointSseSpecificationArgs>
Link copied to clipboard
data class GroupSseConfigurationArgs(val customerManagedKeyEnabled: Output<Boolean>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<GroupSseConfigurationArgs>
data class InstanceLoggingConfigurationAccessLogsArgs(val cloudwatchLogs: Output<InstanceLoggingConfigurationAccessLogsCloudwatchLogsArgs>? = null, val includeTrustContext: Output<Boolean>? = null, val kinesisDataFirehose: Output<InstanceLoggingConfigurationAccessLogsKinesisDataFirehoseArgs>? = null, val logVersion: Output<String>? = null, val s3: Output<InstanceLoggingConfigurationAccessLogsS3Args>? = null) : ConvertibleToJava<InstanceLoggingConfigurationAccessLogsArgs>
data class InstanceLoggingConfigurationAccessLogsCloudwatchLogsArgs(val enabled: Output<Boolean>, val logGroup: Output<String>? = null) : ConvertibleToJava<InstanceLoggingConfigurationAccessLogsCloudwatchLogsArgs>
data class InstanceLoggingConfigurationAccessLogsKinesisDataFirehoseArgs(val deliveryStream: Output<String>? = null, val enabled: Output<Boolean>) : ConvertibleToJava<InstanceLoggingConfigurationAccessLogsKinesisDataFirehoseArgs>
data class InstanceLoggingConfigurationAccessLogsS3Args(val bucketName: Output<String>? = null, val bucketOwner: Output<String>? = null, val enabled: Output<Boolean>, val prefix: Output<String>? = null) : ConvertibleToJava<InstanceLoggingConfigurationAccessLogsS3Args>
Link copied to clipboard
data class TrustProviderDeviceOptionsArgs(val tenantId: Output<String>? = null) : ConvertibleToJava<TrustProviderDeviceOptionsArgs>
data class TrustProviderNativeApplicationOidcOptionsArgs(val authorizationEndpoint: Output<String>? = null, val clientId: Output<String>? = null, val clientSecret: Output<String>, val issuer: Output<String>? = null, val publicSigningKeyEndpoint: Output<String>? = null, val scope: Output<String>? = null, val tokenEndpoint: Output<String>? = null, val userInfoEndpoint: Output<String>? = null) : ConvertibleToJava<TrustProviderNativeApplicationOidcOptionsArgs>
Link copied to clipboard
data class TrustProviderOidcOptionsArgs(val authorizationEndpoint: Output<String>? = null, val clientId: Output<String>? = null, val clientSecret: Output<String>, val issuer: Output<String>? = null, val scope: Output<String>? = null, val tokenEndpoint: Output<String>? = null, val userInfoEndpoint: Output<String>? = null) : ConvertibleToJava<TrustProviderOidcOptionsArgs>
Link copied to clipboard
data class TrustProviderSseSpecificationArgs(val customerManagedKeyEnabled: Output<Boolean>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<TrustProviderSseSpecificationArgs>