Class ProvisioningTemplateState


  • public final class ProvisioningTemplateState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The ARN that identifies the provisioning template.
      • defaultVersionId

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> defaultVersionId()
        Returns:
        The default version of the fleet provisioning template.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        The description of the fleet provisioning template.
      • enabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
        Returns:
        True to enable the fleet provisioning template, otherwise false.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the fleet provisioning template.
      • provisioningRoleArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> provisioningRoleArn()
        Returns:
        The role ARN for the role associated with the fleet provisioning template. This IoT role grants permission to provision a device.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • templateBody

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> templateBody()
        Returns:
        The JSON formatted contents of the fleet provisioning template.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        The type you define in a provisioning template.