ProfileHttp2

f5bigip.ltm.ProfileHttp2 Configures a custom profile_http2 for use by health checks.

For resources should be named with their “full path”. The full path is the combination of the partition + name of the resource. For example /Common/my-pool.

Example Usage

using Pulumi;
using F5BigIP = Pulumi.F5BigIP;

class MyStack : Stack
{
    public MyStack()
    {
        var nyhttp2 = new F5BigIP.Ltm.ProfileHttp2("nyhttp2", new F5BigIP.Ltm.ProfileHttp2Args
        {
            ActivationModes = 
            {
                "alpn",
                "npn",
            },
            ConcurrentStreamsPerConnection = 10,
            ConnectionIdleTimeout = 30,
            DefaultsFrom = "/Common/http2",
            Name = "/Common/NewYork_http2",
        });
    }

}

Coming soon!

import pulumi
import pulumi_f5bigip as f5bigip

nyhttp2 = f5bigip.ltm.ProfileHttp2("nyhttp2",
    activation_modes=[
        "alpn",
        "npn",
    ],
    concurrent_streams_per_connection=10,
    connection_idle_timeout=30,
    defaults_from="/Common/http2",
    name="/Common/NewYork_http2")
import * as pulumi from "@pulumi/pulumi";
import * as f5bigip from "@pulumi/f5bigip";

const nyhttp2 = new f5bigip.ltm.ProfileHttp2("nyhttp2", {
    activationModes: [
        "alpn",
        "npn",
    ],
    concurrentStreamsPerConnection: 10,
    connectionIdleTimeout: 30,
    defaultsFrom: "/Common/http2",
    name: "/Common/NewYork_http2",
});

Create a ProfileHttp2 Resource

def ProfileHttp2(resource_name, opts=None, activation_modes=None, concurrent_streams_per_connection=None, connection_idle_timeout=None, defaults_from=None, header_table_size=None, name=None, __props__=None);
func NewProfileHttp2(ctx *Context, name string, args ProfileHttp2Args, opts ...ResourceOption) (*ProfileHttp2, error)
name string
The unique name of the resource.
args ProfileHttp2Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ProfileHttp2Args
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ProfileHttp2Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

ProfileHttp2 Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The ProfileHttp2 resource accepts the following input properties:

Name string

Name of the profile_http2

ActivationModes List<string>

Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.

ConcurrentStreamsPerConnection int

Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.

ConnectionIdleTimeout int

Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..

DefaultsFrom string

Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

HeaderTableSize int

Use the parent Http2 profile

Name string

Name of the profile_http2

ActivationModes []string

Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.

ConcurrentStreamsPerConnection int

Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.

ConnectionIdleTimeout int

Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..

DefaultsFrom string

Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

HeaderTableSize int

Use the parent Http2 profile

name string

Name of the profile_http2

activationModes string[]

Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.

concurrentStreamsPerConnection number

Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.

connectionIdleTimeout number

Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..

defaultsFrom string

Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

headerTableSize number

Use the parent Http2 profile

name str

Name of the profile_http2

activation_modes List[str]

Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.

concurrent_streams_per_connection float

Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.

connection_idle_timeout float

Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..

defaults_from str

Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

header_table_size float

Use the parent Http2 profile

Outputs

All input properties are implicitly available as output properties. Additionally, the ProfileHttp2 resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing ProfileHttp2 Resource

Get an existing ProfileHttp2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ProfileHttp2State, opts?: CustomResourceOptions): ProfileHttp2
static get(resource_name, id, opts=None, activation_modes=None, concurrent_streams_per_connection=None, connection_idle_timeout=None, defaults_from=None, header_table_size=None, name=None, __props__=None);
func GetProfileHttp2(ctx *Context, name string, id IDInput, state *ProfileHttp2State, opts ...ResourceOption) (*ProfileHttp2, error)
public static ProfileHttp2 Get(string name, Input<string> id, ProfileHttp2State? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

ActivationModes List<string>

Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.

ConcurrentStreamsPerConnection int

Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.

ConnectionIdleTimeout int

Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..

DefaultsFrom string

Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

HeaderTableSize int

Use the parent Http2 profile

Name string

Name of the profile_http2

ActivationModes []string

Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.

ConcurrentStreamsPerConnection int

Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.

ConnectionIdleTimeout int

Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..

DefaultsFrom string

Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

HeaderTableSize int

Use the parent Http2 profile

Name string

Name of the profile_http2

activationModes string[]

Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.

concurrentStreamsPerConnection number

Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.

connectionIdleTimeout number

Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..

defaultsFrom string

Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

headerTableSize number

Use the parent Http2 profile

name string

Name of the profile_http2

activation_modes List[str]

Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.

concurrent_streams_per_connection float

Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.

connection_idle_timeout float

Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..

defaults_from str

Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

header_table_size float

Use the parent Http2 profile

name str

Name of the profile_http2

Package Details

Repository
https://github.com/pulumi/pulumi-f5bigip
License
Apache-2.0
Notes
This Pulumi package is based on the bigip Terraform Provider.