1. Packages
  2. Akamai
  3. API Docs
  4. PropertyBootstrap
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.PropertyBootstrap

Explore with Pulumi AI

Create PropertyBootstrap Resource

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

Constructor syntax

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

@overload
def PropertyBootstrap(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      contract_id: Optional[str] = None,
                      group_id: Optional[str] = None,
                      product_id: Optional[str] = None,
                      name: Optional[str] = None,
                      use_hostname_bucket: Optional[bool] = None)
func NewPropertyBootstrap(ctx *Context, name string, args PropertyBootstrapArgs, opts ...ResourceOption) (*PropertyBootstrap, error)
public PropertyBootstrap(string name, PropertyBootstrapArgs args, CustomResourceOptions? opts = null)
public PropertyBootstrap(String name, PropertyBootstrapArgs args)
public PropertyBootstrap(String name, PropertyBootstrapArgs args, CustomResourceOptions options)
type: akamai:PropertyBootstrap
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. PropertyBootstrapArgs
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. PropertyBootstrapArgs
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. PropertyBootstrapArgs
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. PropertyBootstrapArgs
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. PropertyBootstrapArgs
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 propertyBootstrapResource = new Akamai.PropertyBootstrap("propertyBootstrapResource", new()
{
    ContractId = "string",
    GroupId = "string",
    ProductId = "string",
    Name = "string",
    UseHostnameBucket = false,
});
Copy
example, err := akamai.NewPropertyBootstrap(ctx, "propertyBootstrapResource", &akamai.PropertyBootstrapArgs{
	ContractId:        pulumi.String("string"),
	GroupId:           pulumi.String("string"),
	ProductId:         pulumi.String("string"),
	Name:              pulumi.String("string"),
	UseHostnameBucket: pulumi.Bool(false),
})
Copy
var propertyBootstrapResource = new PropertyBootstrap("propertyBootstrapResource", PropertyBootstrapArgs.builder()
    .contractId("string")
    .groupId("string")
    .productId("string")
    .name("string")
    .useHostnameBucket(false)
    .build());
Copy
property_bootstrap_resource = akamai.PropertyBootstrap("propertyBootstrapResource",
    contract_id="string",
    group_id="string",
    product_id="string",
    name="string",
    use_hostname_bucket=False)
Copy
const propertyBootstrapResource = new akamai.PropertyBootstrap("propertyBootstrapResource", {
    contractId: "string",
    groupId: "string",
    productId: "string",
    name: "string",
    useHostnameBucket: false,
});
Copy
type: akamai:PropertyBootstrap
properties:
    contractId: string
    groupId: string
    name: string
    productId: string
    useHostnameBucket: false
Copy

PropertyBootstrap 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 PropertyBootstrap resource accepts the following input properties:

ContractId This property is required. string
Contract ID to be assigned to the Property
GroupId This property is required. string
Group ID to be assigned to the Property
ProductId This property is required. string
Product ID to be assigned to the Property
Name string
Name to give to the Property (must be unique)
UseHostnameBucket bool
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
ContractId This property is required. string
Contract ID to be assigned to the Property
GroupId This property is required. string
Group ID to be assigned to the Property
ProductId This property is required. string
Product ID to be assigned to the Property
Name string
Name to give to the Property (must be unique)
UseHostnameBucket bool
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
contractId This property is required. String
Contract ID to be assigned to the Property
groupId This property is required. String
Group ID to be assigned to the Property
productId This property is required. String
Product ID to be assigned to the Property
name String
Name to give to the Property (must be unique)
useHostnameBucket Boolean
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
contractId This property is required. string
Contract ID to be assigned to the Property
groupId This property is required. string
Group ID to be assigned to the Property
productId This property is required. string
Product ID to be assigned to the Property
name string
Name to give to the Property (must be unique)
useHostnameBucket boolean
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
contract_id This property is required. str
Contract ID to be assigned to the Property
group_id This property is required. str
Group ID to be assigned to the Property
product_id This property is required. str
Product ID to be assigned to the Property
name str
Name to give to the Property (must be unique)
use_hostname_bucket bool
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
contractId This property is required. String
Contract ID to be assigned to the Property
groupId This property is required. String
Group ID to be assigned to the Property
productId This property is required. String
Product ID to be assigned to the Property
name String
Name to give to the Property (must be unique)
useHostnameBucket Boolean
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.

Outputs

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

AssetId string
ID of the property in the Identity and Access Management API.
Id string
The provider-assigned unique ID for this managed resource.
AssetId string
ID of the property in the Identity and Access Management API.
Id string
The provider-assigned unique ID for this managed resource.
assetId String
ID of the property in the Identity and Access Management API.
id String
The provider-assigned unique ID for this managed resource.
assetId string
ID of the property in the Identity and Access Management API.
id string
The provider-assigned unique ID for this managed resource.
asset_id str
ID of the property in the Identity and Access Management API.
id str
The provider-assigned unique ID for this managed resource.
assetId String
ID of the property in the Identity and Access Management API.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing PropertyBootstrap Resource

Get an existing PropertyBootstrap 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?: PropertyBootstrapState, opts?: CustomResourceOptions): PropertyBootstrap
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        asset_id: Optional[str] = None,
        contract_id: Optional[str] = None,
        group_id: Optional[str] = None,
        name: Optional[str] = None,
        product_id: Optional[str] = None,
        use_hostname_bucket: Optional[bool] = None) -> PropertyBootstrap
func GetPropertyBootstrap(ctx *Context, name string, id IDInput, state *PropertyBootstrapState, opts ...ResourceOption) (*PropertyBootstrap, error)
public static PropertyBootstrap Get(string name, Input<string> id, PropertyBootstrapState? state, CustomResourceOptions? opts = null)
public static PropertyBootstrap get(String name, Output<String> id, PropertyBootstrapState state, CustomResourceOptions options)
resources:  _:    type: akamai:PropertyBootstrap    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:
AssetId string
ID of the property in the Identity and Access Management API.
ContractId string
Contract ID to be assigned to the Property
GroupId string
Group ID to be assigned to the Property
Name string
Name to give to the Property (must be unique)
ProductId string
Product ID to be assigned to the Property
UseHostnameBucket bool
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
AssetId string
ID of the property in the Identity and Access Management API.
ContractId string
Contract ID to be assigned to the Property
GroupId string
Group ID to be assigned to the Property
Name string
Name to give to the Property (must be unique)
ProductId string
Product ID to be assigned to the Property
UseHostnameBucket bool
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
assetId String
ID of the property in the Identity and Access Management API.
contractId String
Contract ID to be assigned to the Property
groupId String
Group ID to be assigned to the Property
name String
Name to give to the Property (must be unique)
productId String
Product ID to be assigned to the Property
useHostnameBucket Boolean
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
assetId string
ID of the property in the Identity and Access Management API.
contractId string
Contract ID to be assigned to the Property
groupId string
Group ID to be assigned to the Property
name string
Name to give to the Property (must be unique)
productId string
Product ID to be assigned to the Property
useHostnameBucket boolean
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
asset_id str
ID of the property in the Identity and Access Management API.
contract_id str
Contract ID to be assigned to the Property
group_id str
Group ID to be assigned to the Property
name str
Name to give to the Property (must be unique)
product_id str
Product ID to be assigned to the Property
use_hostname_bucket bool
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.
assetId String
ID of the property in the Identity and Access Management API.
contractId String
Contract ID to be assigned to the Property
groupId String
Group ID to be assigned to the Property
name String
Name to give to the Property (must be unique)
productId String
Product ID to be assigned to the Property
useHostnameBucket Boolean
Specifies whether hostname bucket is used with this property. It allows you to add or remove property hostnames without incrementing property versions.

Package Details

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