Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.PropertyInclude
Explore with Pulumi AI
Create PropertyInclude Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PropertyInclude(name: string, args: PropertyIncludeArgs, opts?: CustomResourceOptions);
@overload
def PropertyInclude(resource_name: str,
args: PropertyIncludeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PropertyInclude(resource_name: str,
opts: Optional[ResourceOptions] = None,
contract_id: Optional[str] = None,
group_id: Optional[str] = None,
rule_format: Optional[str] = None,
type: Optional[str] = None,
name: Optional[str] = None,
product_id: Optional[str] = None,
rules: Optional[str] = None)
func NewPropertyInclude(ctx *Context, name string, args PropertyIncludeArgs, opts ...ResourceOption) (*PropertyInclude, error)
public PropertyInclude(string name, PropertyIncludeArgs args, CustomResourceOptions? opts = null)
public PropertyInclude(String name, PropertyIncludeArgs args)
public PropertyInclude(String name, PropertyIncludeArgs args, CustomResourceOptions options)
type: akamai:PropertyInclude
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PropertyIncludeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PropertyIncludeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PropertyIncludeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PropertyIncludeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PropertyIncludeArgs
- 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 propertyIncludeResource = new Akamai.PropertyInclude("propertyIncludeResource", new()
{
ContractId = "string",
GroupId = "string",
RuleFormat = "string",
Type = "string",
Name = "string",
ProductId = "string",
Rules = "string",
});
example, err := akamai.NewPropertyInclude(ctx, "propertyIncludeResource", &akamai.PropertyIncludeArgs{
ContractId: pulumi.String("string"),
GroupId: pulumi.String("string"),
RuleFormat: pulumi.String("string"),
Type: pulumi.String("string"),
Name: pulumi.String("string"),
ProductId: pulumi.String("string"),
Rules: pulumi.String("string"),
})
var propertyIncludeResource = new PropertyInclude("propertyIncludeResource", PropertyIncludeArgs.builder()
.contractId("string")
.groupId("string")
.ruleFormat("string")
.type("string")
.name("string")
.productId("string")
.rules("string")
.build());
property_include_resource = akamai.PropertyInclude("propertyIncludeResource",
contract_id="string",
group_id="string",
rule_format="string",
type="string",
name="string",
product_id="string",
rules="string")
const propertyIncludeResource = new akamai.PropertyInclude("propertyIncludeResource", {
contractId: "string",
groupId: "string",
ruleFormat: "string",
type: "string",
name: "string",
productId: "string",
rules: "string",
});
type: akamai:PropertyInclude
properties:
contractId: string
groupId: string
name: string
productId: string
ruleFormat: string
rules: string
type: string
PropertyInclude Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The PropertyInclude resource accepts the following input properties:
- Contract
Id string - Identifies the contract to which the include is assigned
- Group
Id string - Identifies the group to which the include is assigned
- Rule
Format string - Indicates the versioned set of features and criteria
- Type string
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- Name string
- A descriptive name for the include
- Product
Id string - The product assigned to the include
- Rules string
- Property Rules as JSON
- Contract
Id string - Identifies the contract to which the include is assigned
- Group
Id string - Identifies the group to which the include is assigned
- Rule
Format string - Indicates the versioned set of features and criteria
- Type string
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- Name string
- A descriptive name for the include
- Product
Id string - The product assigned to the include
- Rules string
- Property Rules as JSON
- contract
Id String - Identifies the contract to which the include is assigned
- group
Id String - Identifies the group to which the include is assigned
- rule
Format String - Indicates the versioned set of features and criteria
- type String
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- name String
- A descriptive name for the include
- product
Id String - The product assigned to the include
- rules String
- Property Rules as JSON
- contract
Id string - Identifies the contract to which the include is assigned
- group
Id string - Identifies the group to which the include is assigned
- rule
Format string - Indicates the versioned set of features and criteria
- type string
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- name string
- A descriptive name for the include
- product
Id string - The product assigned to the include
- rules string
- Property Rules as JSON
- contract_
id str - Identifies the contract to which the include is assigned
- group_
id str - Identifies the group to which the include is assigned
- rule_
format str - Indicates the versioned set of features and criteria
- type str
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- name str
- A descriptive name for the include
- product_
id str - The product assigned to the include
- rules str
- Property Rules as JSON
- contract
Id String - Identifies the contract to which the include is assigned
- group
Id String - Identifies the group to which the include is assigned
- rule
Format String - Indicates the versioned set of features and criteria
- type String
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- name String
- A descriptive name for the include
- product
Id String - The product assigned to the include
- rules String
- Property Rules as JSON
Outputs
All input properties are implicitly available as output properties. Additionally, the PropertyInclude resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Latest
Version int - Specifies the most recent version of the include
- Production
Version string - The most recent version to be activated to the production network
- Rule
Errors string - Rule validation errors
- Rule
Warnings string - Rule validation warnings
- Staging
Version string - The most recent version to be activated to the staging network
- Id string
- The provider-assigned unique ID for this managed resource.
- Latest
Version int - Specifies the most recent version of the include
- Production
Version string - The most recent version to be activated to the production network
- Rule
Errors string - Rule validation errors
- Rule
Warnings string - Rule validation warnings
- Staging
Version string - The most recent version to be activated to the staging network
- id String
- The provider-assigned unique ID for this managed resource.
- latest
Version Integer - Specifies the most recent version of the include
- production
Version String - The most recent version to be activated to the production network
- rule
Errors String - Rule validation errors
- rule
Warnings String - Rule validation warnings
- staging
Version String - The most recent version to be activated to the staging network
- id string
- The provider-assigned unique ID for this managed resource.
- latest
Version number - Specifies the most recent version of the include
- production
Version string - The most recent version to be activated to the production network
- rule
Errors string - Rule validation errors
- rule
Warnings string - Rule validation warnings
- staging
Version string - The most recent version to be activated to the staging network
- id str
- The provider-assigned unique ID for this managed resource.
- latest_
version int - Specifies the most recent version of the include
- production_
version str - The most recent version to be activated to the production network
- rule_
errors str - Rule validation errors
- rule_
warnings str - Rule validation warnings
- staging_
version str - The most recent version to be activated to the staging network
- id String
- The provider-assigned unique ID for this managed resource.
- latest
Version Number - Specifies the most recent version of the include
- production
Version String - The most recent version to be activated to the production network
- rule
Errors String - Rule validation errors
- rule
Warnings String - Rule validation warnings
- staging
Version String - The most recent version to be activated to the staging network
Look up Existing PropertyInclude Resource
Get an existing PropertyInclude 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?: PropertyIncludeState, opts?: CustomResourceOptions): PropertyInclude
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
contract_id: Optional[str] = None,
group_id: Optional[str] = None,
latest_version: Optional[int] = None,
name: Optional[str] = None,
product_id: Optional[str] = None,
production_version: Optional[str] = None,
rule_errors: Optional[str] = None,
rule_format: Optional[str] = None,
rule_warnings: Optional[str] = None,
rules: Optional[str] = None,
staging_version: Optional[str] = None,
type: Optional[str] = None) -> PropertyInclude
func GetPropertyInclude(ctx *Context, name string, id IDInput, state *PropertyIncludeState, opts ...ResourceOption) (*PropertyInclude, error)
public static PropertyInclude Get(string name, Input<string> id, PropertyIncludeState? state, CustomResourceOptions? opts = null)
public static PropertyInclude get(String name, Output<String> id, PropertyIncludeState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- 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.
- Contract
Id string - Identifies the contract to which the include is assigned
- Group
Id string - Identifies the group to which the include is assigned
- Latest
Version int - Specifies the most recent version of the include
- Name string
- A descriptive name for the include
- Product
Id string - The product assigned to the include
- Production
Version string - The most recent version to be activated to the production network
- Rule
Errors string - Rule validation errors
- Rule
Format string - Indicates the versioned set of features and criteria
- Rule
Warnings string - Rule validation warnings
- Rules string
- Property Rules as JSON
- Staging
Version string - The most recent version to be activated to the staging network
- Type string
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- Contract
Id string - Identifies the contract to which the include is assigned
- Group
Id string - Identifies the group to which the include is assigned
- Latest
Version int - Specifies the most recent version of the include
- Name string
- A descriptive name for the include
- Product
Id string - The product assigned to the include
- Production
Version string - The most recent version to be activated to the production network
- Rule
Errors string - Rule validation errors
- Rule
Format string - Indicates the versioned set of features and criteria
- Rule
Warnings string - Rule validation warnings
- Rules string
- Property Rules as JSON
- Staging
Version string - The most recent version to be activated to the staging network
- Type string
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- contract
Id String - Identifies the contract to which the include is assigned
- group
Id String - Identifies the group to which the include is assigned
- latest
Version Integer - Specifies the most recent version of the include
- name String
- A descriptive name for the include
- product
Id String - The product assigned to the include
- production
Version String - The most recent version to be activated to the production network
- rule
Errors String - Rule validation errors
- rule
Format String - Indicates the versioned set of features and criteria
- rule
Warnings String - Rule validation warnings
- rules String
- Property Rules as JSON
- staging
Version String - The most recent version to be activated to the staging network
- type String
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- contract
Id string - Identifies the contract to which the include is assigned
- group
Id string - Identifies the group to which the include is assigned
- latest
Version number - Specifies the most recent version of the include
- name string
- A descriptive name for the include
- product
Id string - The product assigned to the include
- production
Version string - The most recent version to be activated to the production network
- rule
Errors string - Rule validation errors
- rule
Format string - Indicates the versioned set of features and criteria
- rule
Warnings string - Rule validation warnings
- rules string
- Property Rules as JSON
- staging
Version string - The most recent version to be activated to the staging network
- type string
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- contract_
id str - Identifies the contract to which the include is assigned
- group_
id str - Identifies the group to which the include is assigned
- latest_
version int - Specifies the most recent version of the include
- name str
- A descriptive name for the include
- product_
id str - The product assigned to the include
- production_
version str - The most recent version to be activated to the production network
- rule_
errors str - Rule validation errors
- rule_
format str - Indicates the versioned set of features and criteria
- rule_
warnings str - Rule validation warnings
- rules str
- Property Rules as JSON
- staging_
version str - The most recent version to be activated to the staging network
- type str
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
- contract
Id String - Identifies the contract to which the include is assigned
- group
Id String - Identifies the group to which the include is assigned
- latest
Version Number - Specifies the most recent version of the include
- name String
- A descriptive name for the include
- product
Id String - The product assigned to the include
- production
Version String - The most recent version to be activated to the production network
- rule
Errors String - Rule validation errors
- rule
Format String - Indicates the versioned set of features and criteria
- rule
Warnings String - Rule validation warnings
- rules String
- Property Rules as JSON
- staging
Version String - The most recent version to be activated to the staging network
- type String
- Specifies the type of the include, either 'MICROSERVICES' or 'COMMON_SETTINGS'
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.