Package-level declarations

Types

Link copied to clipboard
data class AppConnectionApplicationEndpointArgs(val host: Output<String>, val port: Output<Int>) : ConvertibleToJava<AppConnectionApplicationEndpointArgs>
Link copied to clipboard
data class AppConnectionGatewayArgs(val appGateway: Output<String>, val ingressPort: Output<Int>? = null, val type: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<AppConnectionGatewayArgs>
Link copied to clipboard
data class AppConnectorPrincipalInfoArgs(val serviceAccount: Output<AppConnectorPrincipalInfoServiceAccountArgs>) : ConvertibleToJava<AppConnectorPrincipalInfoArgs>
data class AppConnectorPrincipalInfoServiceAccountArgs(val email: Output<String>) : ConvertibleToJava<AppConnectorPrincipalInfoServiceAccountArgs>
Link copied to clipboard
data class ApplicationEndpointMatcherArgs(val hostname: Output<String>, val ports: Output<List<Int>>? = null) : ConvertibleToJava<ApplicationEndpointMatcherArgs>
Link copied to clipboard
data class ApplicationIamBindingConditionArgs(val description: Output<String>? = null, val expression: Output<String>, val title: Output<String>) : ConvertibleToJava<ApplicationIamBindingConditionArgs>
Link copied to clipboard
data class ApplicationIamMemberConditionArgs(val description: Output<String>? = null, val expression: Output<String>, val title: Output<String>) : ConvertibleToJava<ApplicationIamMemberConditionArgs>
Link copied to clipboard
data class ApplicationUpstreamArgs(val egressPolicy: Output<ApplicationUpstreamEgressPolicyArgs>? = null, val network: Output<ApplicationUpstreamNetworkArgs>? = null) : ConvertibleToJava<ApplicationUpstreamArgs>
Link copied to clipboard
data class ApplicationUpstreamEgressPolicyArgs(val regions: Output<List<String>>) : ConvertibleToJava<ApplicationUpstreamEgressPolicyArgs>
Link copied to clipboard
data class ApplicationUpstreamNetworkArgs(val name: Output<String>) : ConvertibleToJava<ApplicationUpstreamNetworkArgs>
Link copied to clipboard
data class GetAppConnectionPlainArgs(val name: String, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetAppConnectionPlainArgs>

A collection of arguments for invoking getAppConnection.

Link copied to clipboard
data class GetAppConnectorPlainArgs(val name: String, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetAppConnectorPlainArgs>

A collection of arguments for invoking getAppConnector.

Link copied to clipboard
data class GetAppGatewayPlainArgs(val name: String, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetAppGatewayPlainArgs>

A collection of arguments for invoking getAppGateway.

Link copied to clipboard
data class GetApplicationIamPolicyPlainArgs(val applicationId: String, val project: String? = null, val securityGatewaysId: String) : ConvertibleToJava<GetApplicationIamPolicyPlainArgs>

A collection of arguments for invoking getApplicationIamPolicy.

Link copied to clipboard
data class GetSecurityGatewayIamPolicyPlainArgs(val location: String? = null, val project: String? = null, val securityGatewayId: String) : ConvertibleToJava<GetSecurityGatewayIamPolicyPlainArgs>

A collection of arguments for invoking getSecurityGatewayIamPolicy.

Link copied to clipboard
data class SecurityGatewayHubArgs(val internetGateway: Output<SecurityGatewayHubInternetGatewayArgs>? = null, val region: Output<String>) : ConvertibleToJava<SecurityGatewayHubArgs>
Link copied to clipboard
data class SecurityGatewayHubInternetGatewayArgs(val assignedIps: Output<List<String>>? = null) : ConvertibleToJava<SecurityGatewayHubInternetGatewayArgs>
Link copied to clipboard
data class SecurityGatewayIamBindingConditionArgs(val description: Output<String>? = null, val expression: Output<String>, val title: Output<String>) : ConvertibleToJava<SecurityGatewayIamBindingConditionArgs>
Link copied to clipboard
data class SecurityGatewayIamMemberConditionArgs(val description: Output<String>? = null, val expression: Output<String>, val title: Output<String>) : ConvertibleToJava<SecurityGatewayIamMemberConditionArgs>