1. Packages
  2. AWS Native
  3. API Docs
  4. eventschemas
  5. getRegistryPolicy

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.eventschemas.getRegistryPolicy

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Type definition for AWS::EventSchemas::RegistryPolicy

    Using getRegistryPolicy

    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 getRegistryPolicy(args: GetRegistryPolicyArgs, opts?: InvokeOptions): Promise<GetRegistryPolicyResult>
    function getRegistryPolicyOutput(args: GetRegistryPolicyOutputArgs, opts?: InvokeOptions): Output<GetRegistryPolicyResult>
    def get_registry_policy(id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetRegistryPolicyResult
    def get_registry_policy_output(id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetRegistryPolicyResult]
    func LookupRegistryPolicy(ctx *Context, args *LookupRegistryPolicyArgs, opts ...InvokeOption) (*LookupRegistryPolicyResult, error)
    func LookupRegistryPolicyOutput(ctx *Context, args *LookupRegistryPolicyOutputArgs, opts ...InvokeOption) LookupRegistryPolicyResultOutput

    > Note: This function is named LookupRegistryPolicy in the Go SDK.

    public static class GetRegistryPolicy 
    {
        public static Task<GetRegistryPolicyResult> InvokeAsync(GetRegistryPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetRegistryPolicyResult> Invoke(GetRegistryPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRegistryPolicyResult> getRegistryPolicy(GetRegistryPolicyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:eventschemas:getRegistryPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getRegistryPolicy Result

    The following output properties are available:

    Id string
    Policy object
    Search the CloudFormation User Guide for AWS::EventSchemas::RegistryPolicy for more information about the expected schema for this property.
    RegistryName string
    RevisionId string
    Id string
    Policy interface{}
    Search the CloudFormation User Guide for AWS::EventSchemas::RegistryPolicy for more information about the expected schema for this property.
    RegistryName string
    RevisionId string
    id String
    policy Object
    Search the CloudFormation User Guide for AWS::EventSchemas::RegistryPolicy for more information about the expected schema for this property.
    registryName String
    revisionId String
    id string
    policy any
    Search the CloudFormation User Guide for AWS::EventSchemas::RegistryPolicy for more information about the expected schema for this property.
    registryName string
    revisionId string
    id str
    policy Any
    Search the CloudFormation User Guide for AWS::EventSchemas::RegistryPolicy for more information about the expected schema for this property.
    registry_name str
    revision_id str
    id String
    policy Any
    Search the CloudFormation User Guide for AWS::EventSchemas::RegistryPolicy for more information about the expected schema for this property.
    registryName String
    revisionId String

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi