akamai.ApidefinitionsResourceOperations
Create ApidefinitionsResourceOperations Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApidefinitionsResourceOperations(name: string, args: ApidefinitionsResourceOperationsArgs, opts?: CustomResourceOptions);@overload
def ApidefinitionsResourceOperations(resource_name: str,
args: ApidefinitionsResourceOperationsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ApidefinitionsResourceOperations(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_id: Optional[int] = None,
resource_operations: Optional[str] = None)func NewApidefinitionsResourceOperations(ctx *Context, name string, args ApidefinitionsResourceOperationsArgs, opts ...ResourceOption) (*ApidefinitionsResourceOperations, error)public ApidefinitionsResourceOperations(string name, ApidefinitionsResourceOperationsArgs args, CustomResourceOptions? opts = null)
public ApidefinitionsResourceOperations(String name, ApidefinitionsResourceOperationsArgs args)
public ApidefinitionsResourceOperations(String name, ApidefinitionsResourceOperationsArgs args, CustomResourceOptions options)
type: akamai:ApidefinitionsResourceOperations
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 ApidefinitionsResourceOperationsArgs
- 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 ApidefinitionsResourceOperationsArgs
- 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 ApidefinitionsResourceOperationsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApidefinitionsResourceOperationsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ApidefinitionsResourceOperationsArgs
- 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 apidefinitionsResourceOperationsResource = new Akamai.ApidefinitionsResourceOperations("apidefinitionsResourceOperationsResource", new()
{
ApiId = 0,
ResourceOperations = "string",
});
example, err := akamai.NewApidefinitionsResourceOperations(ctx, "apidefinitionsResourceOperationsResource", &akamai.ApidefinitionsResourceOperationsArgs{
ApiId: pulumi.Int(0),
ResourceOperations: pulumi.String("string"),
})
var apidefinitionsResourceOperationsResource = new ApidefinitionsResourceOperations("apidefinitionsResourceOperationsResource", ApidefinitionsResourceOperationsArgs.builder()
.apiId(0)
.resourceOperations("string")
.build());
apidefinitions_resource_operations_resource = akamai.ApidefinitionsResourceOperations("apidefinitionsResourceOperationsResource",
api_id=0,
resource_operations="string")
const apidefinitionsResourceOperationsResource = new akamai.ApidefinitionsResourceOperations("apidefinitionsResourceOperationsResource", {
apiId: 0,
resourceOperations: "string",
});
type: akamai:ApidefinitionsResourceOperations
properties:
apiId: 0
resourceOperations: string
ApidefinitionsResourceOperations 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 ApidefinitionsResourceOperations resource accepts the following input properties:
- Api
Id int - The unique identifier for the endpoint
- Resource
Operations string - JSON-formatted information about the API configuration
- Api
Id int - The unique identifier for the endpoint
- Resource
Operations string - JSON-formatted information about the API configuration
- api
Id Integer - The unique identifier for the endpoint
- resource
Operations String - JSON-formatted information about the API configuration
- api
Id number - The unique identifier for the endpoint
- resource
Operations string - JSON-formatted information about the API configuration
- api_
id int - The unique identifier for the endpoint
- resource_
operations str - JSON-formatted information about the API configuration
- api
Id Number - The unique identifier for the endpoint
- resource
Operations String - JSON-formatted information about the API configuration
Outputs
All input properties are implicitly available as output properties. Additionally, the ApidefinitionsResourceOperations resource produces the following output properties:
Look up Existing ApidefinitionsResourceOperations Resource
Get an existing ApidefinitionsResourceOperations 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?: ApidefinitionsResourceOperationsState, opts?: CustomResourceOptions): ApidefinitionsResourceOperations@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
api_id: Optional[int] = None,
resource_operations: Optional[str] = None,
version: Optional[int] = None) -> ApidefinitionsResourceOperationsfunc GetApidefinitionsResourceOperations(ctx *Context, name string, id IDInput, state *ApidefinitionsResourceOperationsState, opts ...ResourceOption) (*ApidefinitionsResourceOperations, error)public static ApidefinitionsResourceOperations Get(string name, Input<string> id, ApidefinitionsResourceOperationsState? state, CustomResourceOptions? opts = null)public static ApidefinitionsResourceOperations get(String name, Output<String> id, ApidefinitionsResourceOperationsState state, CustomResourceOptions options)resources: _: type: akamai:ApidefinitionsResourceOperations 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.
- Api
Id int - The unique identifier for the endpoint
- Resource
Operations string - JSON-formatted information about the API configuration
- Version int
- Version of the endpoint
- Api
Id int - The unique identifier for the endpoint
- Resource
Operations string - JSON-formatted information about the API configuration
- Version int
- Version of the endpoint
- api
Id Integer - The unique identifier for the endpoint
- resource
Operations String - JSON-formatted information about the API configuration
- version Integer
- Version of the endpoint
- api
Id number - The unique identifier for the endpoint
- resource
Operations string - JSON-formatted information about the API configuration
- version number
- Version of the endpoint
- api_
id int - The unique identifier for the endpoint
- resource_
operations str - JSON-formatted information about the API configuration
- version int
- Version of the endpoint
- api
Id Number - The unique identifier for the endpoint
- resource
Operations String - JSON-formatted information about the API configuration
- version Number
- Version of the endpoint
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
