Gateway Properties Args
constructor(addonConfigs: Output<Map<String, Any>>? = null, apiMetadataProperties: Output<GatewayApiMetadataPropertiesArgs>? = null, apmTypes: Output<List<Either<String, ApmType>>>? = null, apms: Output<List<ApmReferenceArgs>>? = null, clientAuth: Output<GatewayPropertiesClientAuthArgs>? = null, corsProperties: Output<GatewayCorsPropertiesArgs>? = null, environmentVariables: Output<GatewayPropertiesEnvironmentVariablesArgs>? = null, httpsOnly: Output<Boolean>? = null, public: Output<Boolean>? = null, resourceRequests: Output<GatewayResourceRequestsArgs>? = null, responseCacheProperties: Output<Either<GatewayLocalResponseCachePerInstancePropertiesArgs, GatewayLocalResponseCachePerRoutePropertiesArgs>>? = null, ssoProperties: Output<SsoPropertiesArgs>? = null)