Resource Type Endpoint Args
data class ResourceTypeEndpointArgs(val apiVersions: Output<List<String>>? = null, val enabled: Output<Boolean>? = null, val endpointType: Output<Either<String, EndpointType>>? = null, val extensions: Output<List<ResourceTypeExtensionArgs>>? = null, val featuresRule: Output<ResourceTypeEndpointFeaturesRuleArgs>? = null, val locations: Output<List<String>>? = null, val requiredFeatures: Output<List<String>>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<ResourceTypeEndpointArgs>
Constructors
Link copied to clipboard
constructor(apiVersions: Output<List<String>>? = null, enabled: Output<Boolean>? = null, endpointType: Output<Either<String, EndpointType>>? = null, extensions: Output<List<ResourceTypeExtensionArgs>>? = null, featuresRule: Output<ResourceTypeEndpointFeaturesRuleArgs>? = null, locations: Output<List<String>>? = null, requiredFeatures: Output<List<String>>? = null, timeout: Output<String>? = null)