1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. AuthenticatedOriginPulls
Cloudflare v6.1.0 published on Friday, Apr 18, 2025 by Pulumi

cloudflare.AuthenticatedOriginPulls

Explore with Pulumi AI

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
  exampleAuthenticatedOriginPulls:
    type: cloudflare:AuthenticatedOriginPulls
    name: example_authenticated_origin_pulls
    properties:
      zoneId: 023e105f4ecef8ad9ca31a8372d0c353
      configs:
        - cert_id: 2458ce5a-0c35-4c7f-82c7-8e9487d3ff60
          enabled: true
          hostname: app.example.com
Copy

Create AuthenticatedOriginPulls Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new AuthenticatedOriginPulls(name: string, args: AuthenticatedOriginPullsArgs, opts?: CustomResourceOptions);
@overload
def AuthenticatedOriginPulls(resource_name: str,
                             args: AuthenticatedOriginPullsArgs,
                             opts: Optional[ResourceOptions] = None)

@overload
def AuthenticatedOriginPulls(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             configs: Optional[Sequence[AuthenticatedOriginPullsConfigArgs]] = None,
                             zone_id: Optional[str] = None,
                             hostname: Optional[str] = None)
func NewAuthenticatedOriginPulls(ctx *Context, name string, args AuthenticatedOriginPullsArgs, opts ...ResourceOption) (*AuthenticatedOriginPulls, error)
public AuthenticatedOriginPulls(string name, AuthenticatedOriginPullsArgs args, CustomResourceOptions? opts = null)
public AuthenticatedOriginPulls(String name, AuthenticatedOriginPullsArgs args)
public AuthenticatedOriginPulls(String name, AuthenticatedOriginPullsArgs args, CustomResourceOptions options)
type: cloudflare:AuthenticatedOriginPulls
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. AuthenticatedOriginPullsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. AuthenticatedOriginPullsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. AuthenticatedOriginPullsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. AuthenticatedOriginPullsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. AuthenticatedOriginPullsArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var authenticatedOriginPullsResource = new Cloudflare.AuthenticatedOriginPulls("authenticatedOriginPullsResource", new()
{
    Configs = new[]
    {
        new Cloudflare.Inputs.AuthenticatedOriginPullsConfigArgs
        {
            CertId = "string",
            Enabled = false,
            Hostname = "string",
        },
    },
    ZoneId = "string",
    Hostname = "string",
});
Copy
example, err := cloudflare.NewAuthenticatedOriginPulls(ctx, "authenticatedOriginPullsResource", &cloudflare.AuthenticatedOriginPullsArgs{
	Configs: cloudflare.AuthenticatedOriginPullsConfigArray{
		&cloudflare.AuthenticatedOriginPullsConfigArgs{
			CertId:   pulumi.String("string"),
			Enabled:  pulumi.Bool(false),
			Hostname: pulumi.String("string"),
		},
	},
	ZoneId:   pulumi.String("string"),
	Hostname: pulumi.String("string"),
})
Copy
var authenticatedOriginPullsResource = new AuthenticatedOriginPulls("authenticatedOriginPullsResource", AuthenticatedOriginPullsArgs.builder()
    .configs(AuthenticatedOriginPullsConfigArgs.builder()
        .certId("string")
        .enabled(false)
        .hostname("string")
        .build())
    .zoneId("string")
    .hostname("string")
    .build());
Copy
authenticated_origin_pulls_resource = cloudflare.AuthenticatedOriginPulls("authenticatedOriginPullsResource",
    configs=[{
        "cert_id": "string",
        "enabled": False,
        "hostname": "string",
    }],
    zone_id="string",
    hostname="string")
Copy
const authenticatedOriginPullsResource = new cloudflare.AuthenticatedOriginPulls("authenticatedOriginPullsResource", {
    configs: [{
        certId: "string",
        enabled: false,
        hostname: "string",
    }],
    zoneId: "string",
    hostname: "string",
});
Copy
type: cloudflare:AuthenticatedOriginPulls
properties:
    configs:
        - certId: string
          enabled: false
          hostname: string
    hostname: string
    zoneId: string
Copy

AuthenticatedOriginPulls Resource Properties

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

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The AuthenticatedOriginPulls resource accepts the following input properties:

Configs This property is required. List<AuthenticatedOriginPullsConfig>
ZoneId This property is required. string
Identifier
Hostname string
The hostname on the origin for which the client certificate uploaded will be used.
Configs This property is required. []AuthenticatedOriginPullsConfigArgs
ZoneId This property is required. string
Identifier
Hostname string
The hostname on the origin for which the client certificate uploaded will be used.
configs This property is required. List<AuthenticatedOriginPullsConfig>
zoneId This property is required. String
Identifier
hostname String
The hostname on the origin for which the client certificate uploaded will be used.
configs This property is required. AuthenticatedOriginPullsConfig[]
zoneId This property is required. string
Identifier
hostname string
The hostname on the origin for which the client certificate uploaded will be used.
configs This property is required. Sequence[AuthenticatedOriginPullsConfigArgs]
zone_id This property is required. str
Identifier
hostname str
The hostname on the origin for which the client certificate uploaded will be used.
configs This property is required. List<Property Map>
zoneId This property is required. String
Identifier
hostname String
The hostname on the origin for which the client certificate uploaded will be used.

Outputs

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

CertId string
Identifier
CertStatus string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
CertUpdatedAt string
The time when the certificate was updated.
CertUploadedOn string
The time when the certificate was uploaded.
Certificate string
The hostname certificate.
CreatedAt string
The time when the certificate was created.
Enabled bool
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
ExpiresOn string
The date when the certificate expires.
Id string
The provider-assigned unique ID for this managed resource.
Issuer string
The certificate authority that issued the certificate.
PrivateKey string
The hostname certificate's private key.
SerialNumber string
The serial number on the uploaded certificate.
Signature string
The type of hash used for the certificate.
Status string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
UpdatedAt string
The time when the certificate was updated.
CertId string
Identifier
CertStatus string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
CertUpdatedAt string
The time when the certificate was updated.
CertUploadedOn string
The time when the certificate was uploaded.
Certificate string
The hostname certificate.
CreatedAt string
The time when the certificate was created.
Enabled bool
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
ExpiresOn string
The date when the certificate expires.
Id string
The provider-assigned unique ID for this managed resource.
Issuer string
The certificate authority that issued the certificate.
PrivateKey string
The hostname certificate's private key.
SerialNumber string
The serial number on the uploaded certificate.
Signature string
The type of hash used for the certificate.
Status string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
UpdatedAt string
The time when the certificate was updated.
certId String
Identifier
certStatus String
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
certUpdatedAt String
The time when the certificate was updated.
certUploadedOn String
The time when the certificate was uploaded.
certificate String
The hostname certificate.
createdAt String
The time when the certificate was created.
enabled Boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
expiresOn String
The date when the certificate expires.
id String
The provider-assigned unique ID for this managed resource.
issuer String
The certificate authority that issued the certificate.
privateKey String
The hostname certificate's private key.
serialNumber String
The serial number on the uploaded certificate.
signature String
The type of hash used for the certificate.
status String
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
updatedAt String
The time when the certificate was updated.
certId string
Identifier
certStatus string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
certUpdatedAt string
The time when the certificate was updated.
certUploadedOn string
The time when the certificate was uploaded.
certificate string
The hostname certificate.
createdAt string
The time when the certificate was created.
enabled boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
expiresOn string
The date when the certificate expires.
id string
The provider-assigned unique ID for this managed resource.
issuer string
The certificate authority that issued the certificate.
privateKey string
The hostname certificate's private key.
serialNumber string
The serial number on the uploaded certificate.
signature string
The type of hash used for the certificate.
status string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
updatedAt string
The time when the certificate was updated.
cert_id str
Identifier
cert_status str
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
cert_updated_at str
The time when the certificate was updated.
cert_uploaded_on str
The time when the certificate was uploaded.
certificate str
The hostname certificate.
created_at str
The time when the certificate was created.
enabled bool
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
expires_on str
The date when the certificate expires.
id str
The provider-assigned unique ID for this managed resource.
issuer str
The certificate authority that issued the certificate.
private_key str
The hostname certificate's private key.
serial_number str
The serial number on the uploaded certificate.
signature str
The type of hash used for the certificate.
status str
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
updated_at str
The time when the certificate was updated.
certId String
Identifier
certStatus String
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
certUpdatedAt String
The time when the certificate was updated.
certUploadedOn String
The time when the certificate was uploaded.
certificate String
The hostname certificate.
createdAt String
The time when the certificate was created.
enabled Boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
expiresOn String
The date when the certificate expires.
id String
The provider-assigned unique ID for this managed resource.
issuer String
The certificate authority that issued the certificate.
privateKey String
The hostname certificate's private key.
serialNumber String
The serial number on the uploaded certificate.
signature String
The type of hash used for the certificate.
status String
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
updatedAt String
The time when the certificate was updated.

Look up Existing AuthenticatedOriginPulls Resource

Get an existing AuthenticatedOriginPulls 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?: AuthenticatedOriginPullsState, opts?: CustomResourceOptions): AuthenticatedOriginPulls
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        cert_id: Optional[str] = None,
        cert_status: Optional[str] = None,
        cert_updated_at: Optional[str] = None,
        cert_uploaded_on: Optional[str] = None,
        certificate: Optional[str] = None,
        configs: Optional[Sequence[AuthenticatedOriginPullsConfigArgs]] = None,
        created_at: Optional[str] = None,
        enabled: Optional[bool] = None,
        expires_on: Optional[str] = None,
        hostname: Optional[str] = None,
        issuer: Optional[str] = None,
        private_key: Optional[str] = None,
        serial_number: Optional[str] = None,
        signature: Optional[str] = None,
        status: Optional[str] = None,
        updated_at: Optional[str] = None,
        zone_id: Optional[str] = None) -> AuthenticatedOriginPulls
func GetAuthenticatedOriginPulls(ctx *Context, name string, id IDInput, state *AuthenticatedOriginPullsState, opts ...ResourceOption) (*AuthenticatedOriginPulls, error)
public static AuthenticatedOriginPulls Get(string name, Input<string> id, AuthenticatedOriginPullsState? state, CustomResourceOptions? opts = null)
public static AuthenticatedOriginPulls get(String name, Output<String> id, AuthenticatedOriginPullsState state, CustomResourceOptions options)
resources:  _:    type: cloudflare:AuthenticatedOriginPulls    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
CertId string
Identifier
CertStatus string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
CertUpdatedAt string
The time when the certificate was updated.
CertUploadedOn string
The time when the certificate was uploaded.
Certificate string
The hostname certificate.
Configs List<AuthenticatedOriginPullsConfig>
CreatedAt string
The time when the certificate was created.
Enabled bool
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
ExpiresOn string
The date when the certificate expires.
Hostname string
The hostname on the origin for which the client certificate uploaded will be used.
Issuer string
The certificate authority that issued the certificate.
PrivateKey string
The hostname certificate's private key.
SerialNumber string
The serial number on the uploaded certificate.
Signature string
The type of hash used for the certificate.
Status string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
UpdatedAt string
The time when the certificate was updated.
ZoneId string
Identifier
CertId string
Identifier
CertStatus string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
CertUpdatedAt string
The time when the certificate was updated.
CertUploadedOn string
The time when the certificate was uploaded.
Certificate string
The hostname certificate.
Configs []AuthenticatedOriginPullsConfigArgs
CreatedAt string
The time when the certificate was created.
Enabled bool
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
ExpiresOn string
The date when the certificate expires.
Hostname string
The hostname on the origin for which the client certificate uploaded will be used.
Issuer string
The certificate authority that issued the certificate.
PrivateKey string
The hostname certificate's private key.
SerialNumber string
The serial number on the uploaded certificate.
Signature string
The type of hash used for the certificate.
Status string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
UpdatedAt string
The time when the certificate was updated.
ZoneId string
Identifier
certId String
Identifier
certStatus String
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
certUpdatedAt String
The time when the certificate was updated.
certUploadedOn String
The time when the certificate was uploaded.
certificate String
The hostname certificate.
configs List<AuthenticatedOriginPullsConfig>
createdAt String
The time when the certificate was created.
enabled Boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
expiresOn String
The date when the certificate expires.
hostname String
The hostname on the origin for which the client certificate uploaded will be used.
issuer String
The certificate authority that issued the certificate.
privateKey String
The hostname certificate's private key.
serialNumber String
The serial number on the uploaded certificate.
signature String
The type of hash used for the certificate.
status String
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
updatedAt String
The time when the certificate was updated.
zoneId String
Identifier
certId string
Identifier
certStatus string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
certUpdatedAt string
The time when the certificate was updated.
certUploadedOn string
The time when the certificate was uploaded.
certificate string
The hostname certificate.
configs AuthenticatedOriginPullsConfig[]
createdAt string
The time when the certificate was created.
enabled boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
expiresOn string
The date when the certificate expires.
hostname string
The hostname on the origin for which the client certificate uploaded will be used.
issuer string
The certificate authority that issued the certificate.
privateKey string
The hostname certificate's private key.
serialNumber string
The serial number on the uploaded certificate.
signature string
The type of hash used for the certificate.
status string
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
updatedAt string
The time when the certificate was updated.
zoneId string
Identifier
cert_id str
Identifier
cert_status str
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
cert_updated_at str
The time when the certificate was updated.
cert_uploaded_on str
The time when the certificate was uploaded.
certificate str
The hostname certificate.
configs Sequence[AuthenticatedOriginPullsConfigArgs]
created_at str
The time when the certificate was created.
enabled bool
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
expires_on str
The date when the certificate expires.
hostname str
The hostname on the origin for which the client certificate uploaded will be used.
issuer str
The certificate authority that issued the certificate.
private_key str
The hostname certificate's private key.
serial_number str
The serial number on the uploaded certificate.
signature str
The type of hash used for the certificate.
status str
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
updated_at str
The time when the certificate was updated.
zone_id str
Identifier
certId String
Identifier
certStatus String
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
certUpdatedAt String
The time when the certificate was updated.
certUploadedOn String
The time when the certificate was uploaded.
certificate String
The hostname certificate.
configs List<Property Map>
createdAt String
The time when the certificate was created.
enabled Boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
expiresOn String
The date when the certificate expires.
hostname String
The hostname on the origin for which the client certificate uploaded will be used.
issuer String
The certificate authority that issued the certificate.
privateKey String
The hostname certificate's private key.
serialNumber String
The serial number on the uploaded certificate.
signature String
The type of hash used for the certificate.
status String
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
updatedAt String
The time when the certificate was updated.
zoneId String
Identifier

Supporting Types

AuthenticatedOriginPullsConfig
, AuthenticatedOriginPullsConfigArgs

CertId string
Certificate identifier tag.
Enabled bool
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
Hostname string
The hostname on the origin for which the client certificate uploaded will be used.
CertId string
Certificate identifier tag.
Enabled bool
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
Hostname string
The hostname on the origin for which the client certificate uploaded will be used.
certId String
Certificate identifier tag.
enabled Boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
hostname String
The hostname on the origin for which the client certificate uploaded will be used.
certId string
Certificate identifier tag.
enabled boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
hostname string
The hostname on the origin for which the client certificate uploaded will be used.
cert_id str
Certificate identifier tag.
enabled bool
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
hostname str
The hostname on the origin for which the client certificate uploaded will be used.
certId String
Certificate identifier tag.
enabled Boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
hostname String
The hostname on the origin for which the client certificate uploaded will be used.

Package Details

Repository
Cloudflare pulumi/pulumi-cloudflare
License
Apache-2.0
Notes
This Pulumi package is based on the cloudflare Terraform Provider.