Cisco Meraki v0.3.2 published on Tuesday, Sep 24, 2024 by Pulumi
meraki.organizations.getEarlyAccessFeatures
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.organizations.getEarlyAccessFeatures({
organizationId: "string",
});
export const merakiOrganizationsEarlyAccessFeaturesExample = example.then(example => example.items);
import pulumi
import pulumi_meraki as meraki
example = meraki.organizations.get_early_access_features(organization_id="string")
pulumi.export("merakiOrganizationsEarlyAccessFeaturesExample", example.items)
package main
import (
"github.com/pulumi/pulumi-meraki/sdk/go/meraki/organizations"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := organizations.GetEarlyAccessFeatures(ctx, &organizations.GetEarlyAccessFeaturesArgs{
OrganizationId: "string",
}, nil)
if err != nil {
return err
}
ctx.Export("merakiOrganizationsEarlyAccessFeaturesExample", example.Items)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Organizations.GetEarlyAccessFeatures.Invoke(new()
{
OrganizationId = "string",
});
return new Dictionary<string, object?>
{
["merakiOrganizationsEarlyAccessFeaturesExample"] = example.Apply(getEarlyAccessFeaturesResult => getEarlyAccessFeaturesResult.Items),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.organizations.OrganizationsFunctions;
import com.pulumi.meraki.organizations.inputs.GetEarlyAccessFeaturesArgs;
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) {
final var example = OrganizationsFunctions.getEarlyAccessFeatures(GetEarlyAccessFeaturesArgs.builder()
.organizationId("string")
.build());
ctx.export("merakiOrganizationsEarlyAccessFeaturesExample", example.applyValue(getEarlyAccessFeaturesResult -> getEarlyAccessFeaturesResult.items()));
}
}
variables:
example:
fn::invoke:
Function: meraki:organizations:getEarlyAccessFeatures
Arguments:
organizationId: string
outputs:
merakiOrganizationsEarlyAccessFeaturesExample: ${example.items}
Using getEarlyAccessFeatures
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEarlyAccessFeatures(args: GetEarlyAccessFeaturesArgs, opts?: InvokeOptions): Promise<GetEarlyAccessFeaturesResult>
function getEarlyAccessFeaturesOutput(args: GetEarlyAccessFeaturesOutputArgs, opts?: InvokeOptions): Output<GetEarlyAccessFeaturesResult>
def get_early_access_features(organization_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEarlyAccessFeaturesResult
def get_early_access_features_output(organization_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEarlyAccessFeaturesResult]
func GetEarlyAccessFeatures(ctx *Context, args *GetEarlyAccessFeaturesArgs, opts ...InvokeOption) (*GetEarlyAccessFeaturesResult, error)
func GetEarlyAccessFeaturesOutput(ctx *Context, args *GetEarlyAccessFeaturesOutputArgs, opts ...InvokeOption) GetEarlyAccessFeaturesResultOutput
> Note: This function is named GetEarlyAccessFeatures
in the Go SDK.
public static class GetEarlyAccessFeatures
{
public static Task<GetEarlyAccessFeaturesResult> InvokeAsync(GetEarlyAccessFeaturesArgs args, InvokeOptions? opts = null)
public static Output<GetEarlyAccessFeaturesResult> Invoke(GetEarlyAccessFeaturesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEarlyAccessFeaturesResult> getEarlyAccessFeatures(GetEarlyAccessFeaturesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:organizations/getEarlyAccessFeatures:getEarlyAccessFeatures
arguments:
# arguments dictionary
The following arguments are supported:
- Organization
Id string - organizationId path parameter. Organization ID
- Organization
Id string - organizationId path parameter. Organization ID
- organization
Id String - organizationId path parameter. Organization ID
- organization
Id string - organizationId path parameter. Organization ID
- organization_
id str - organizationId path parameter. Organization ID
- organization
Id String - organizationId path parameter. Organization ID
getEarlyAccessFeatures Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Early Access Features Item> - Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- Organization
Id string - organizationId path parameter. Organization ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Early Access Features Item - Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- Organization
Id string - organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Early Access Features Item> - Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- organization
Id String - organizationId path parameter. Organization ID
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Early Access Features Item[] - Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- organization
Id string - organizationId path parameter. Organization ID
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Early Access Features Item] - Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- organization_
id str - organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- organization
Id String - organizationId path parameter. Organization ID
Supporting Types
GetEarlyAccessFeaturesItem
- Descriptions
Get
Early Access Features Item Descriptions - Descriptions of the early access feature
- Documentation
Link string - Link to the documentation of this early access feature
- Is
Org boolScoped Only - If this early access feature can only be opted in for the entire organization
- Name string
- Name of the early access feature
- Short
Name string - Short name of the early access feature
- Support
Link string - Link to get support for this early access feature
- Topic string
- Topic of the early access feature
- Descriptions
Get
Early Access Features Item Descriptions - Descriptions of the early access feature
- Documentation
Link string - Link to the documentation of this early access feature
- Is
Org boolScoped Only - If this early access feature can only be opted in for the entire organization
- Name string
- Name of the early access feature
- Short
Name string - Short name of the early access feature
- Support
Link string - Link to get support for this early access feature
- Topic string
- Topic of the early access feature
- descriptions
Get
Early Access Features Item Descriptions - Descriptions of the early access feature
- documentation
Link String - Link to the documentation of this early access feature
- is
Org BooleanScoped Only - If this early access feature can only be opted in for the entire organization
- name String
- Name of the early access feature
- short
Name String - Short name of the early access feature
- support
Link String - Link to get support for this early access feature
- topic String
- Topic of the early access feature
- descriptions
Get
Early Access Features Item Descriptions - Descriptions of the early access feature
- documentation
Link string - Link to the documentation of this early access feature
- is
Org booleanScoped Only - If this early access feature can only be opted in for the entire organization
- name string
- Name of the early access feature
- short
Name string - Short name of the early access feature
- support
Link string - Link to get support for this early access feature
- topic string
- Topic of the early access feature
- descriptions
Get
Early Access Features Item Descriptions - Descriptions of the early access feature
- documentation_
link str - Link to the documentation of this early access feature
- is_
org_ boolscoped_ only - If this early access feature can only be opted in for the entire organization
- name str
- Name of the early access feature
- short_
name str - Short name of the early access feature
- support_
link str - Link to get support for this early access feature
- topic str
- Topic of the early access feature
- descriptions Property Map
- Descriptions of the early access feature
- documentation
Link String - Link to the documentation of this early access feature
- is
Org BooleanScoped Only - If this early access feature can only be opted in for the entire organization
- name String
- Name of the early access feature
- short
Name String - Short name of the early access feature
- support
Link String - Link to get support for this early access feature
- topic String
- Topic of the early access feature
GetEarlyAccessFeaturesItemDescriptions
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.