Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.github.cdklabs.cdk_cloudformation:tf-azuread-user

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.github.cdklabs.cdk_cloudformation:tf-azuread-user

Manages a User within Azure Active Directory.

  • 1.0.0-alpha.7
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Construct Libraries for Public CloudFormation Extensions

Maturity: this project is currently in alpha. This means that breaking changes may occur.

This project includes an AWS CDK construct library for every public extension in the AWS CloudFormation Registry.

Usage

Every public extension (module/resource) in the AWS CloudFormation Registry is available in a separate code library in all AWS CDK supported languages. Each library includes generated constructs and data types based on the extension's schema.

For example, to use the TF::Random::String type in TypeScript:

Install the module:

npm install @cdk-cloudformation/tf-random-string

Import the construct to your code and add it to your app like any other construct:

import { CfnString } from '@cdk-cloudformation/tf-random-string';

new CfnString(this, 'MyString', {
  length: 100,
  lower: true,
  upper: true,
});

Versioning

The version of each library is based on the version of the public extension. This means that you should be able to obtain any version by simply requesting that version from your package manager.

Release Status

Release status for 176 libraries:

Contributing

Contributions are welcome and celebrated. See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

FAQs

Package last updated on 03 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc