1. Packages
  2. AWS Native
  3. API Docs
  4. iot
  5. Certificate

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.iot.Certificate

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Use the AWS::IoT::Certificate resource to declare an AWS IoT X.509 certificate.

    Create Certificate Resource

    new Certificate(name: string, args: CertificateArgs, opts?: CustomResourceOptions);
    @overload
    def Certificate(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    ca_certificate_pem: Optional[str] = None,
                    certificate_mode: Optional[CertificateMode] = None,
                    certificate_pem: Optional[str] = None,
                    certificate_signing_request: Optional[str] = None,
                    status: Optional[CertificateStatus] = None)
    @overload
    def Certificate(resource_name: str,
                    args: CertificateArgs,
                    opts: Optional[ResourceOptions] = None)
    func NewCertificate(ctx *Context, name string, args CertificateArgs, opts ...ResourceOption) (*Certificate, error)
    public Certificate(string name, CertificateArgs args, CustomResourceOptions? opts = null)
    public Certificate(String name, CertificateArgs args)
    public Certificate(String name, CertificateArgs args, CustomResourceOptions options)
    
    type: aws-native:iot:Certificate
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args CertificateArgs
    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 CertificateArgs
    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 CertificateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CertificateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CertificateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Certificate 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 Certificate resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Certificate resource produces the following output properties:

    Arn string
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    awsId string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    aws_id str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    CertificateMode, CertificateModeArgs

    Default
    DEFAULT
    SniOnly
    SNI_ONLY
    CertificateModeDefault
    DEFAULT
    CertificateModeSniOnly
    SNI_ONLY
    Default
    DEFAULT
    SniOnly
    SNI_ONLY
    Default
    DEFAULT
    SniOnly
    SNI_ONLY
    DEFAULT
    DEFAULT
    SNI_ONLY
    SNI_ONLY
    "DEFAULT"
    DEFAULT
    "SNI_ONLY"
    SNI_ONLY

    CertificateStatus, CertificateStatusArgs

    Active
    ACTIVE
    Inactive
    INACTIVE
    Revoked
    REVOKED
    PendingTransfer
    PENDING_TRANSFER
    PendingActivation
    PENDING_ACTIVATION
    CertificateStatusActive
    ACTIVE
    CertificateStatusInactive
    INACTIVE
    CertificateStatusRevoked
    REVOKED
    CertificateStatusPendingTransfer
    PENDING_TRANSFER
    CertificateStatusPendingActivation
    PENDING_ACTIVATION
    Active
    ACTIVE
    Inactive
    INACTIVE
    Revoked
    REVOKED
    PendingTransfer
    PENDING_TRANSFER
    PendingActivation
    PENDING_ACTIVATION
    Active
    ACTIVE
    Inactive
    INACTIVE
    Revoked
    REVOKED
    PendingTransfer
    PENDING_TRANSFER
    PendingActivation
    PENDING_ACTIVATION
    ACTIVE
    ACTIVE
    INACTIVE
    INACTIVE
    REVOKED
    REVOKED
    PENDING_TRANSFER
    PENDING_TRANSFER
    PENDING_ACTIVATION
    PENDING_ACTIVATION
    "ACTIVE"
    ACTIVE
    "INACTIVE"
    INACTIVE
    "REVOKED"
    REVOKED
    "PENDING_TRANSFER"
    PENDING_TRANSFER
    "PENDING_ACTIVATION"
    PENDING_ACTIVATION

    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi