aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.iot.getCACertificate

Explore with Pulumi AI

Registers a CA Certificate in IoT.

Using getCACertificate

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 getCACertificate(args: GetCACertificateArgs, opts?: InvokeOptions): Promise<GetCACertificateResult>
function getCACertificateOutput(args: GetCACertificateOutputArgs, opts?: InvokeOptions): Output<GetCACertificateResult>
def get_ca_certificate(id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetCACertificateResult
def get_ca_certificate_output(id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetCACertificateResult]
func LookupCACertificate(ctx *Context, args *LookupCACertificateArgs, opts ...InvokeOption) (*LookupCACertificateResult, error)
func LookupCACertificateOutput(ctx *Context, args *LookupCACertificateOutputArgs, opts ...InvokeOption) LookupCACertificateResultOutput

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

public static class GetCACertificate 
{
    public static Task<GetCACertificateResult> InvokeAsync(GetCACertificateArgs args, InvokeOptions? opts = null)
    public static Output<GetCACertificateResult> Invoke(GetCACertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCACertificateResult> getCACertificate(GetCACertificateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:iot:getCACertificate
  arguments:
    # arguments dictionary

The following arguments are supported:

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

getCACertificate Result

The following output properties are available:

Supporting Types

CACertificateAutoRegistrationStatus

CACertificateRegistrationConfig

RoleArn string
TemplateBody string
TemplateName string
RoleArn string
TemplateBody string
TemplateName string
roleArn String
templateBody String
templateName String
roleArn string
templateBody string
templateName string
roleArn String
templateBody String
templateName String

CACertificateStatus

CACertificateTag

Key string

The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string

The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Key string

The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string

The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key String

The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value String

The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key string

The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value string

The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key str

The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value str

The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key String

The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value String

The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Package Details

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