meraki.administered.LicensingSubscriptionSubscriptionsClaim
Explore with Pulumi AI
~>Warning: This resource does not represent a real-world entity in Meraki Dashboard, therefore changing or deleting this resource on its own has no immediate effect. Instead, it is a task part of a Meraki Dashboard workflow. It is executed in Meraki without any additional verification. It does not check if it was executed before or if a similar configuration or action already existed previously.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.administered.LicensingSubscriptionSubscriptionsClaim;
import com.pulumi.meraki.administered.LicensingSubscriptionSubscriptionsClaimArgs;
import com.pulumi.meraki.administered.inputs.LicensingSubscriptionSubscriptionsClaimParametersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new LicensingSubscriptionSubscriptionsClaim("example", LicensingSubscriptionSubscriptionsClaimArgs.builder()
.validate(false)
.parameters(LicensingSubscriptionSubscriptionsClaimParametersArgs.builder()
.claim_key("S2345-6789A-BCDEF-GHJKM")
.description("Subscription for all main offices")
.name("Corporate subscription")
.organization_id("12345678910")
.build())
.build());
ctx.export("merakiAdministeredLicensingSubscriptionSubscriptionsClaimExample", example);
}
}
resources:
example:
type: meraki:administered:LicensingSubscriptionSubscriptionsClaim
properties:
validate: false
parameters:
claim_key: S2345-6789A-BCDEF-GHJKM
description: Subscription for all main offices
name: Corporate subscription
organization_id: '12345678910'
outputs:
merakiAdministeredLicensingSubscriptionSubscriptionsClaimExample: ${example}
Create LicensingSubscriptionSubscriptionsClaim Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LicensingSubscriptionSubscriptionsClaim(name: string, args: LicensingSubscriptionSubscriptionsClaimArgs, opts?: CustomResourceOptions);
@overload
def LicensingSubscriptionSubscriptionsClaim(resource_name: str,
args: LicensingSubscriptionSubscriptionsClaimArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LicensingSubscriptionSubscriptionsClaim(resource_name: str,
opts: Optional[ResourceOptions] = None,
parameters: Optional[LicensingSubscriptionSubscriptionsClaimParametersArgs] = None,
validate: Optional[bool] = None)
func NewLicensingSubscriptionSubscriptionsClaim(ctx *Context, name string, args LicensingSubscriptionSubscriptionsClaimArgs, opts ...ResourceOption) (*LicensingSubscriptionSubscriptionsClaim, error)
public LicensingSubscriptionSubscriptionsClaim(string name, LicensingSubscriptionSubscriptionsClaimArgs args, CustomResourceOptions? opts = null)
public LicensingSubscriptionSubscriptionsClaim(String name, LicensingSubscriptionSubscriptionsClaimArgs args)
public LicensingSubscriptionSubscriptionsClaim(String name, LicensingSubscriptionSubscriptionsClaimArgs args, CustomResourceOptions options)
type: meraki:administered:LicensingSubscriptionSubscriptionsClaim
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 LicensingSubscriptionSubscriptionsClaimArgs
- 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 LicensingSubscriptionSubscriptionsClaimArgs
- 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 LicensingSubscriptionSubscriptionsClaimArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LicensingSubscriptionSubscriptionsClaimArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LicensingSubscriptionSubscriptionsClaimArgs
- 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 licensingSubscriptionSubscriptionsClaimResource = new Meraki.Administered.LicensingSubscriptionSubscriptionsClaim("licensingSubscriptionSubscriptionsClaimResource", new()
{
Parameters = new Meraki.Administered.Inputs.LicensingSubscriptionSubscriptionsClaimParametersArgs
{
ClaimKey = "string",
Description = "string",
Name = "string",
OrganizationId = "string",
},
Validate = false,
});
example, err := administered.NewLicensingSubscriptionSubscriptionsClaim(ctx, "licensingSubscriptionSubscriptionsClaimResource", &administered.LicensingSubscriptionSubscriptionsClaimArgs{
Parameters: &administered.LicensingSubscriptionSubscriptionsClaimParametersArgs{
ClaimKey: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
OrganizationId: pulumi.String("string"),
},
Validate: pulumi.Bool(false),
})
var licensingSubscriptionSubscriptionsClaimResource = new LicensingSubscriptionSubscriptionsClaim("licensingSubscriptionSubscriptionsClaimResource", LicensingSubscriptionSubscriptionsClaimArgs.builder()
.parameters(LicensingSubscriptionSubscriptionsClaimParametersArgs.builder()
.claimKey("string")
.description("string")
.name("string")
.organizationId("string")
.build())
.validate(false)
.build());
licensing_subscription_subscriptions_claim_resource = meraki.administered.LicensingSubscriptionSubscriptionsClaim("licensingSubscriptionSubscriptionsClaimResource",
parameters=meraki.administered.LicensingSubscriptionSubscriptionsClaimParametersArgs(
claim_key="string",
description="string",
name="string",
organization_id="string",
),
validate=False)
const licensingSubscriptionSubscriptionsClaimResource = new meraki.administered.LicensingSubscriptionSubscriptionsClaim("licensingSubscriptionSubscriptionsClaimResource", {
parameters: {
claimKey: "string",
description: "string",
name: "string",
organizationId: "string",
},
validate: false,
});
type: meraki:administered:LicensingSubscriptionSubscriptionsClaim
properties:
parameters:
claimKey: string
description: string
name: string
organizationId: string
validate: false
LicensingSubscriptionSubscriptionsClaim 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 LicensingSubscriptionSubscriptionsClaim resource accepts the following input properties:
- Parameters
Licensing
Subscription Subscriptions Claim Parameters - Validate bool
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- Parameters
Licensing
Subscription Subscriptions Claim Parameters Args - Validate bool
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- parameters
Licensing
Subscription Subscriptions Claim Parameters - validate Boolean
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- parameters
Licensing
Subscription Subscriptions Claim Parameters - validate boolean
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- parameters
Licensing
Subscription Subscriptions Claim Parameters Args - validate bool
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- parameters Property Map
- validate Boolean
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
Outputs
All input properties are implicitly available as output properties. Additionally, the LicensingSubscriptionSubscriptionsClaim resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Licensing
Subscription Subscriptions Claim Item
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Licensing
Subscription Subscriptions Claim Item
- id String
- The provider-assigned unique ID for this managed resource.
- item
Licensing
Subscription Subscriptions Claim Item
- id string
- The provider-assigned unique ID for this managed resource.
- item
Licensing
Subscription Subscriptions Claim Item
- id str
- The provider-assigned unique ID for this managed resource.
- item
Licensing
Subscription Subscriptions Claim Item
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
Look up Existing LicensingSubscriptionSubscriptionsClaim Resource
Get an existing LicensingSubscriptionSubscriptionsClaim 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?: LicensingSubscriptionSubscriptionsClaimState, opts?: CustomResourceOptions): LicensingSubscriptionSubscriptionsClaim
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
item: Optional[LicensingSubscriptionSubscriptionsClaimItemArgs] = None,
parameters: Optional[LicensingSubscriptionSubscriptionsClaimParametersArgs] = None,
validate: Optional[bool] = None) -> LicensingSubscriptionSubscriptionsClaim
func GetLicensingSubscriptionSubscriptionsClaim(ctx *Context, name string, id IDInput, state *LicensingSubscriptionSubscriptionsClaimState, opts ...ResourceOption) (*LicensingSubscriptionSubscriptionsClaim, error)
public static LicensingSubscriptionSubscriptionsClaim Get(string name, Input<string> id, LicensingSubscriptionSubscriptionsClaimState? state, CustomResourceOptions? opts = null)
public static LicensingSubscriptionSubscriptionsClaim get(String name, Output<String> id, LicensingSubscriptionSubscriptionsClaimState 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.
- Item
Licensing
Subscription Subscriptions Claim Item - Parameters
Licensing
Subscription Subscriptions Claim Parameters - Validate bool
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- Item
Licensing
Subscription Subscriptions Claim Item Args - Parameters
Licensing
Subscription Subscriptions Claim Parameters Args - Validate bool
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- item
Licensing
Subscription Subscriptions Claim Item - parameters
Licensing
Subscription Subscriptions Claim Parameters - validate Boolean
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- item
Licensing
Subscription Subscriptions Claim Item - parameters
Licensing
Subscription Subscriptions Claim Parameters - validate boolean
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- item
Licensing
Subscription Subscriptions Claim Item Args - parameters
Licensing
Subscription Subscriptions Claim Parameters Args - validate bool
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
- item Property Map
- parameters Property Map
- validate Boolean
- validate query parameter. Check if the provided claim key is valid and can be claimed into the organization.
Supporting Types
LicensingSubscriptionSubscriptionsClaimItem, LicensingSubscriptionSubscriptionsClaimItemArgs
- Counts
Licensing
Subscription Subscriptions Claim Item Counts - Numeric breakdown of network and entitlement counts
- Description string
- Subscription description
- End
Date string - Subscription expiration date
- Entitlements
List<Licensing
Subscription Subscriptions Claim Item Entitlement> - Entitlement info
- Name string
- Subscription name
- Product
Types List<string> - Products the subscription has entitlements for
- Start
Date string - Subscription start date
- Status string
- Subscription status
- Subscription
Id string - Subscription's ID
- Web
Order stringId - Web order id
- Counts
Licensing
Subscription Subscriptions Claim Item Counts - Numeric breakdown of network and entitlement counts
- Description string
- Subscription description
- End
Date string - Subscription expiration date
- Entitlements
[]Licensing
Subscription Subscriptions Claim Item Entitlement - Entitlement info
- Name string
- Subscription name
- Product
Types []string - Products the subscription has entitlements for
- Start
Date string - Subscription start date
- Status string
- Subscription status
- Subscription
Id string - Subscription's ID
- Web
Order stringId - Web order id
- counts
Licensing
Subscription Subscriptions Claim Item Counts - Numeric breakdown of network and entitlement counts
- description String
- Subscription description
- end
Date String - Subscription expiration date
- entitlements
List<Licensing
Subscription Subscriptions Claim Item Entitlement> - Entitlement info
- name String
- Subscription name
- product
Types List<String> - Products the subscription has entitlements for
- start
Date String - Subscription start date
- status String
- Subscription status
- subscription
Id String - Subscription's ID
- web
Order StringId - Web order id
- counts
Licensing
Subscription Subscriptions Claim Item Counts - Numeric breakdown of network and entitlement counts
- description string
- Subscription description
- end
Date string - Subscription expiration date
- entitlements
Licensing
Subscription Subscriptions Claim Item Entitlement[] - Entitlement info
- name string
- Subscription name
- product
Types string[] - Products the subscription has entitlements for
- start
Date string - Subscription start date
- status string
- Subscription status
- subscription
Id string - Subscription's ID
- web
Order stringId - Web order id
- counts
Licensing
Subscription Subscriptions Claim Item Counts - Numeric breakdown of network and entitlement counts
- description str
- Subscription description
- end_
date str - Subscription expiration date
- entitlements
Sequence[Licensing
Subscription Subscriptions Claim Item Entitlement] - Entitlement info
- name str
- Subscription name
- product_
types Sequence[str] - Products the subscription has entitlements for
- start_
date str - Subscription start date
- status str
- Subscription status
- subscription_
id str - Subscription's ID
- web_
order_ strid - Web order id
- counts Property Map
- Numeric breakdown of network and entitlement counts
- description String
- Subscription description
- end
Date String - Subscription expiration date
- entitlements List<Property Map>
- Entitlement info
- name String
- Subscription name
- product
Types List<String> - Products the subscription has entitlements for
- start
Date String - Subscription start date
- status String
- Subscription status
- subscription
Id String - Subscription's ID
- web
Order StringId - Web order id
LicensingSubscriptionSubscriptionsClaimItemCounts, LicensingSubscriptionSubscriptionsClaimItemCountsArgs
- Networks int
- Number of networks bound to this subscription
- Seats
Licensing
Subscription Subscriptions Claim Item Counts Seats - Seat distribution
- Networks int
- Number of networks bound to this subscription
- Seats
Licensing
Subscription Subscriptions Claim Item Counts Seats - Seat distribution
- networks Integer
- Number of networks bound to this subscription
- seats
Licensing
Subscription Subscriptions Claim Item Counts Seats - Seat distribution
- networks number
- Number of networks bound to this subscription
- seats
Licensing
Subscription Subscriptions Claim Item Counts Seats - Seat distribution
- networks int
- Number of networks bound to this subscription
- seats
Licensing
Subscription Subscriptions Claim Item Counts Seats - Seat distribution
- networks Number
- Number of networks bound to this subscription
- seats Property Map
- Seat distribution
LicensingSubscriptionSubscriptionsClaimItemCountsSeats, LicensingSubscriptionSubscriptionsClaimItemCountsSeatsArgs
LicensingSubscriptionSubscriptionsClaimItemEntitlement, LicensingSubscriptionSubscriptionsClaimItemEntitlementArgs
- Seats
Licensing
Subscription Subscriptions Claim Item Entitlement Seats - Seat distribution
- Sku string
- SKU of the required product
- Seats
Licensing
Subscription Subscriptions Claim Item Entitlement Seats - Seat distribution
- Sku string
- SKU of the required product
- seats
Licensing
Subscription Subscriptions Claim Item Entitlement Seats - Seat distribution
- sku String
- SKU of the required product
- seats
Licensing
Subscription Subscriptions Claim Item Entitlement Seats - Seat distribution
- sku string
- SKU of the required product
- seats
Licensing
Subscription Subscriptions Claim Item Entitlement Seats - Seat distribution
- sku str
- SKU of the required product
- seats Property Map
- Seat distribution
- sku String
- SKU of the required product
LicensingSubscriptionSubscriptionsClaimItemEntitlementSeats, LicensingSubscriptionSubscriptionsClaimItemEntitlementSeatsArgs
LicensingSubscriptionSubscriptionsClaimParameters, LicensingSubscriptionSubscriptionsClaimParametersArgs
- Claim
Key string - The subscription's claim key
- Description string
- Extra details or notes about the subscription
- Name string
- Friendly name to identify the subscription
- Organization
Id string - The id of the organization claiming the subscription
- Claim
Key string - The subscription's claim key
- Description string
- Extra details or notes about the subscription
- Name string
- Friendly name to identify the subscription
- Organization
Id string - The id of the organization claiming the subscription
- claim
Key String - The subscription's claim key
- description String
- Extra details or notes about the subscription
- name String
- Friendly name to identify the subscription
- organization
Id String - The id of the organization claiming the subscription
- claim
Key string - The subscription's claim key
- description string
- Extra details or notes about the subscription
- name string
- Friendly name to identify the subscription
- organization
Id string - The id of the organization claiming the subscription
- claim_
key str - The subscription's claim key
- description str
- Extra details or notes about the subscription
- name str
- Friendly name to identify the subscription
- organization_
id str - The id of the organization claiming the subscription
- claim
Key String - The subscription's claim key
- description String
- Extra details or notes about the subscription
- name String
- Friendly name to identify the subscription
- organization
Id String - The id of the organization claiming the subscription
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.