We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.cloudformation.getPublisher
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Register as a publisher in the CloudFormation Registry.
Using getPublisher
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 getPublisher(args: GetPublisherArgs, opts?: InvokeOptions): Promise<GetPublisherResult>
function getPublisherOutput(args: GetPublisherOutputArgs, opts?: InvokeOptions): Output<GetPublisherResult>def get_publisher(publisher_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetPublisherResult
def get_publisher_output(publisher_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetPublisherResult]func LookupPublisher(ctx *Context, args *LookupPublisherArgs, opts ...InvokeOption) (*LookupPublisherResult, error)
func LookupPublisherOutput(ctx *Context, args *LookupPublisherOutputArgs, opts ...InvokeOption) LookupPublisherResultOutput> Note: This function is named LookupPublisher in the Go SDK.
public static class GetPublisher 
{
    public static Task<GetPublisherResult> InvokeAsync(GetPublisherArgs args, InvokeOptions? opts = null)
    public static Output<GetPublisherResult> Invoke(GetPublisherInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPublisherResult> getPublisher(GetPublisherArgs args, InvokeOptions options)
public static Output<GetPublisherResult> getPublisher(GetPublisherArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:cloudformation:getPublisher
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PublisherId string
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- PublisherId string
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- publisherId String
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- publisherId string
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- publisher_id str
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- publisherId String
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
getPublisher Result
The following output properties are available:
- IdentityProvider Pulumi.Aws Native. Cloud Formation. Publisher Identity Provider 
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- PublisherId string
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- PublisherProfile string
- The URL to the publisher's profile with the identity provider.
- PublisherStatus Pulumi.Aws Native. Cloud Formation. Publisher Status 
- Whether the publisher is verified.
- IdentityProvider PublisherIdentity Provider 
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- PublisherId string
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- PublisherProfile string
- The URL to the publisher's profile with the identity provider.
- PublisherStatus PublisherStatus 
- Whether the publisher is verified.
- identityProvider PublisherIdentity Provider 
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- publisherId String
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- publisherProfile String
- The URL to the publisher's profile with the identity provider.
- publisherStatus PublisherStatus 
- Whether the publisher is verified.
- identityProvider PublisherIdentity Provider 
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- publisherId string
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- publisherProfile string
- The URL to the publisher's profile with the identity provider.
- publisherStatus PublisherStatus 
- Whether the publisher is verified.
- identity_provider PublisherIdentity Provider 
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- publisher_id str
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- publisher_profile str
- The URL to the publisher's profile with the identity provider.
- publisher_status PublisherStatus 
- Whether the publisher is verified.
- identityProvider "AWS_Marketplace" | "GitHub" | "Bitbucket" 
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- publisherId String
- The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.
- publisherProfile String
- The URL to the publisher's profile with the identity provider.
- publisherStatus "VERIFIED" | "UNVERIFIED"
- Whether the publisher is verified.
Supporting Types
PublisherIdentityProvider  
PublisherStatus 
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi