akamai.BotmanContentProtectionRuleSequence
Explore with Pulumi AI
Create BotmanContentProtectionRuleSequence Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BotmanContentProtectionRuleSequence(name: string, args: BotmanContentProtectionRuleSequenceArgs, opts?: CustomResourceOptions);
@overload
def BotmanContentProtectionRuleSequence(resource_name: str,
args: BotmanContentProtectionRuleSequenceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BotmanContentProtectionRuleSequence(resource_name: str,
opts: Optional[ResourceOptions] = None,
config_id: Optional[int] = None,
content_protection_rule_ids: Optional[Sequence[str]] = None,
security_policy_id: Optional[str] = None)
func NewBotmanContentProtectionRuleSequence(ctx *Context, name string, args BotmanContentProtectionRuleSequenceArgs, opts ...ResourceOption) (*BotmanContentProtectionRuleSequence, error)
public BotmanContentProtectionRuleSequence(string name, BotmanContentProtectionRuleSequenceArgs args, CustomResourceOptions? opts = null)
public BotmanContentProtectionRuleSequence(String name, BotmanContentProtectionRuleSequenceArgs args)
public BotmanContentProtectionRuleSequence(String name, BotmanContentProtectionRuleSequenceArgs args, CustomResourceOptions options)
type: akamai:BotmanContentProtectionRuleSequence
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 BotmanContentProtectionRuleSequenceArgs
- 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 BotmanContentProtectionRuleSequenceArgs
- 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 BotmanContentProtectionRuleSequenceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BotmanContentProtectionRuleSequenceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BotmanContentProtectionRuleSequenceArgs
- 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 botmanContentProtectionRuleSequenceResource = new Akamai.BotmanContentProtectionRuleSequence("botmanContentProtectionRuleSequenceResource", new()
{
ConfigId = 0,
ContentProtectionRuleIds = new[]
{
"string",
},
SecurityPolicyId = "string",
});
example, err := akamai.NewBotmanContentProtectionRuleSequence(ctx, "botmanContentProtectionRuleSequenceResource", &akamai.BotmanContentProtectionRuleSequenceArgs{
ConfigId: pulumi.Int(0),
ContentProtectionRuleIds: pulumi.StringArray{
pulumi.String("string"),
},
SecurityPolicyId: pulumi.String("string"),
})
var botmanContentProtectionRuleSequenceResource = new BotmanContentProtectionRuleSequence("botmanContentProtectionRuleSequenceResource", BotmanContentProtectionRuleSequenceArgs.builder()
.configId(0)
.contentProtectionRuleIds("string")
.securityPolicyId("string")
.build());
botman_content_protection_rule_sequence_resource = akamai.BotmanContentProtectionRuleSequence("botmanContentProtectionRuleSequenceResource",
config_id=0,
content_protection_rule_ids=["string"],
security_policy_id="string")
const botmanContentProtectionRuleSequenceResource = new akamai.BotmanContentProtectionRuleSequence("botmanContentProtectionRuleSequenceResource", {
configId: 0,
contentProtectionRuleIds: ["string"],
securityPolicyId: "string",
});
type: akamai:BotmanContentProtectionRuleSequence
properties:
configId: 0
contentProtectionRuleIds:
- string
securityPolicyId: string
BotmanContentProtectionRuleSequence 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 BotmanContentProtectionRuleSequence resource accepts the following input properties:
- Config
Id int - Unique identifier of the security configuration
- Content
Protection List<string>Rule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- Security
Policy stringId - Unique identifier of the security policy
- Config
Id int - Unique identifier of the security configuration
- Content
Protection []stringRule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- Security
Policy stringId - Unique identifier of the security policy
- config
Id Integer - Unique identifier of the security configuration
- content
Protection List<String>Rule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- security
Policy StringId - Unique identifier of the security policy
- config
Id number - Unique identifier of the security configuration
- content
Protection string[]Rule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- security
Policy stringId - Unique identifier of the security policy
- config_
id int - Unique identifier of the security configuration
- content_
protection_ Sequence[str]rule_ ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- security_
policy_ strid - Unique identifier of the security policy
- config
Id Number - Unique identifier of the security configuration
- content
Protection List<String>Rule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- security
Policy StringId - Unique identifier of the security policy
Outputs
All input properties are implicitly available as output properties. Additionally, the BotmanContentProtectionRuleSequence 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 string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing BotmanContentProtectionRuleSequence Resource
Get an existing BotmanContentProtectionRuleSequence 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?: BotmanContentProtectionRuleSequenceState, opts?: CustomResourceOptions): BotmanContentProtectionRuleSequence
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config_id: Optional[int] = None,
content_protection_rule_ids: Optional[Sequence[str]] = None,
security_policy_id: Optional[str] = None) -> BotmanContentProtectionRuleSequence
func GetBotmanContentProtectionRuleSequence(ctx *Context, name string, id IDInput, state *BotmanContentProtectionRuleSequenceState, opts ...ResourceOption) (*BotmanContentProtectionRuleSequence, error)
public static BotmanContentProtectionRuleSequence Get(string name, Input<string> id, BotmanContentProtectionRuleSequenceState? state, CustomResourceOptions? opts = null)
public static BotmanContentProtectionRuleSequence get(String name, Output<String> id, BotmanContentProtectionRuleSequenceState state, CustomResourceOptions options)
resources: _: type: akamai:BotmanContentProtectionRuleSequence get: id: ${id}
- 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.
- Config
Id int - Unique identifier of the security configuration
- Content
Protection List<string>Rule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- Security
Policy stringId - Unique identifier of the security policy
- Config
Id int - Unique identifier of the security configuration
- Content
Protection []stringRule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- Security
Policy stringId - Unique identifier of the security policy
- config
Id Integer - Unique identifier of the security configuration
- content
Protection List<String>Rule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- security
Policy StringId - Unique identifier of the security policy
- config
Id number - Unique identifier of the security configuration
- content
Protection string[]Rule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- security
Policy stringId - Unique identifier of the security policy
- config_
id int - Unique identifier of the security configuration
- content_
protection_ Sequence[str]rule_ ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- security_
policy_ strid - Unique identifier of the security policy
- config
Id Number - Unique identifier of the security configuration
- content
Protection List<String>Rule Ids - Unique identifiers of content protection rules, listed in the order of their evaluation
- security
Policy StringId - Unique identifier of the security policy
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.