Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(aws-iot): Support for Attaching iot policy to Thing Groups #26425

Closed
2 tasks
raziza opened this issue Jul 19, 2023 · 2 comments
Closed
2 tasks

(aws-iot): Support for Attaching iot policy to Thing Groups #26425

raziza opened this issue Jul 19, 2023 · 2 comments
Labels
@aws-cdk/aws-iot Related to AWS IoT feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2

Comments

@raziza
Copy link

raziza commented Jul 19, 2023

Describe the feature

Support for Attaching iot policy to Thing Groups

Use Case

In order to avoid using custom resources/lamda/policies and relevant problems - and working pure with CDK objects

Proposed Solution

Implement APIs to create the aforementioned resources

For ex.

CfnAttachPolicy.builder.create(this, "id").policyName("policyName").thingGroupName("groupName").build();

or even adding support to the existing CfnPolicyPrincipalAttachment object which allows to send group arn as well

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.87.0

Environment details (OS name and version, etc.)

Windows 10, Java SDK

@raziza raziza added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jul 19, 2023
@github-actions github-actions bot added the @aws-cdk/aws-iot Related to AWS IoT label Jul 19, 2023
@khushail
Copy link
Contributor

khushail commented Jul 19, 2023

Hi @raziza , thanks for reaching out. I see you have opened similar issue in the past, linked above. So i am closing this one and redirecting previous issue to the CFN team

@khushail khushail added needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2 and removed needs-triage This issue or PR still needs to be triaged. labels Jul 19, 2023
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-iot Related to AWS IoT feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2
Projects
None yet
Development

No branches or pull requests

2 participants