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

Update AWS extensibility provider for Bicep #705

Merged
merged 1 commit into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"2":{"Name":"ArchiveRule","Properties":{"Filter":{"Type":11,"Flags":1},"RuleName":{"Type":4,"Flags":1,"Description":"The archive rule name"}}}},{"2":{"Name":"Filter","Properties":{"Contains":{"Type":12,"Flags":0},"Eq":{"Type":13,"Flags":0},"Exists":{"Type":2,"Flags":0},"Neq":{"Type":14,"Flags":0},"Property":{"Type":4,"Flags":1}}}},{"2":{"Name":"Tag","Properties":{"Key":{"Type":4,"Flags":1,"Description":"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":{"Type":4,"Flags":1,"Description":"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 -. "}}}},{"3":{"ItemType":9}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"2":{"Name":"AWS.AccessAnalyzer/AnalyzerProperties","Properties":{"AnalyzerName":{"Type":4,"Flags":0,"Description":"Analyzer name"},"ArchiveRules":{"Type":16,"Flags":0},"Arn":{"Type":4,"Flags":18,"Description":"Amazon Resource Name (ARN) of the analyzer"},"Tags":{"Type":17,"Flags":0,"Description":"An array of key-value pairs to apply to this resource."},"Type":{"Type":4,"Flags":1,"Description":"The type of the analyzer, must be ACCOUNT or ORGANIZATION"}}}},{"3":{"ItemType":8}},{"3":{"ItemType":10}},{"2":{"Name":"AWS.AccessAnalyzer/Analyzer","Properties":{"name":{"Type":4,"Flags":0,"Description":"the resource name"},"alias":{"Type":4,"Flags":1,"Description":"the resource alias"},"properties":{"Type":15,"Flags":1,"Description":"properties of the resource"}}}},{"4":{"Name":"AWS.AccessAnalyzer/Analyzer@default","ScopeType":0,"Body":18}}]
[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"2":{"Name":"ArchiveRule","Properties":{"Filter":{"Type":12,"Flags":1},"RuleName":{"Type":4,"Flags":1,"Description":"The archive rule name"}}}},{"2":{"Name":"Filter","Properties":{"Contains":{"Type":13,"Flags":0},"Eq":{"Type":14,"Flags":0},"Exists":{"Type":2,"Flags":0},"Neq":{"Type":15,"Flags":0},"Property":{"Type":4,"Flags":1}}}},{"2":{"Name":"Tag","Properties":{"Key":{"Type":4,"Flags":1,"Description":"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":{"Type":4,"Flags":1,"Description":"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 -. "}}}},{"2":{"Name":"UnusedAccessConfiguration","Properties":{"UnusedAccessAge":{"Type":3,"Flags":0,"Description":"The specified access age in days for which to generate findings for unused access. For example, if you specify 90 days, the analyzer will generate findings for IAM entities within the accounts of the selected organization for any access that hasn't been used in 90 or more days since the analyzer's last scan. You can choose a value between 1 and 180 days."}}}},{"3":{"ItemType":9}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"2":{"Name":"AWS.AccessAnalyzer/AnalyzerProperties","Properties":{"AnalyzerConfiguration":{"Type":17,"Flags":0,"Description":"The configuration for the analyzer"},"AnalyzerName":{"Type":4,"Flags":0,"Description":"Analyzer name"},"ArchiveRules":{"Type":18,"Flags":0},"Arn":{"Type":4,"Flags":18,"Description":"Amazon Resource Name (ARN) of the analyzer"},"Tags":{"Type":19,"Flags":0,"Description":"An array of key-value pairs to apply to this resource."},"Type":{"Type":4,"Flags":1,"Description":"The type of the analyzer, must be one of ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS or ORGANIZATION_UNUSED_ACCESS"}}}},{"2":{"Name":"Analyzer_AnalyzerConfiguration","Properties":{"UnusedAccessConfiguration":{"Type":11,"Flags":0}}}},{"3":{"ItemType":8}},{"3":{"ItemType":10}},{"2":{"Name":"AWS.AccessAnalyzer/Analyzer","Properties":{"name":{"Type":4,"Flags":0,"Description":"the resource name"},"alias":{"Type":4,"Flags":1,"Description":"the resource alias"},"properties":{"Type":16,"Flags":1,"Description":"properties of the resource"}}}},{"4":{"Name":"AWS.AccessAnalyzer/Analyzer@default","ScopeType":0,"Body":20}}]
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@

## AWS.AccessAnalyzer/AnalyzerProperties
### Properties
* **AnalyzerConfiguration**: [Analyzer_AnalyzerConfiguration](#analyzeranalyzerconfiguration): The configuration for the analyzer
* **AnalyzerName**: string: Analyzer name
* **ArchiveRules**: [ArchiveRule](#archiverule)[]
* **Arn**: string (ReadOnly, Identifier): Amazon Resource Name (ARN) of the analyzer
* **Tags**: [Tag](#tag)[]: An array of key-value pairs to apply to this resource.
* **Type**: string (Required): The type of the analyzer, must be ACCOUNT or ORGANIZATION
* **Type**: string (Required): The type of the analyzer, must be one of ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS or ORGANIZATION_UNUSED_ACCESS

## Analyzer_AnalyzerConfiguration
### Properties
* **UnusedAccessConfiguration**: [UnusedAccessConfiguration](#unusedaccessconfiguration)

## UnusedAccessConfiguration
### Properties
* **UnusedAccessAge**: int: The specified access age in days for which to generate findings for unused access. For example, if you specify 90 days, the analyzer will generate findings for IAM entities within the accounts of the selected organization for any access that hasn't been used in 90 or more days since the analyzer's last scan. You can choose a value between 1 and 180 days.

## ArchiveRule
### Properties
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"2":{"Name":"AutoBranchCreationConfig","Properties":{"AutoBranchCreationPatterns":{"Type":13,"Flags":0},"BasicAuthConfig":{"Type":9,"Flags":0},"BuildSpec":{"Type":4,"Flags":0},"EnableAutoBranchCreation":{"Type":2,"Flags":0},"EnableAutoBuild":{"Type":2,"Flags":0},"EnablePerformanceMode":{"Type":2,"Flags":0},"EnablePullRequestPreview":{"Type":2,"Flags":0},"EnvironmentVariables":{"Type":14,"Flags":0},"Framework":{"Type":4,"Flags":0},"PullRequestEnvironmentName":{"Type":4,"Flags":0},"Stage":{"Type":4,"Flags":0}}}},{"2":{"Name":"BasicAuthConfig","Properties":{"EnableBasicAuth":{"Type":2,"Flags":0},"Password":{"Type":4,"Flags":0},"Username":{"Type":4,"Flags":0}}}},{"2":{"Name":"CustomRule","Properties":{"Condition":{"Type":4,"Flags":0},"Source":{"Type":4,"Flags":1},"Status":{"Type":4,"Flags":0},"Target":{"Type":4,"Flags":1}}}},{"2":{"Name":"EnvironmentVariable","Properties":{"Name":{"Type":4,"Flags":1},"Value":{"Type":4,"Flags":1}}}},{"2":{"Name":"Tag","Properties":{"Key":{"Type":4,"Flags":1},"Value":{"Type":4,"Flags":1}}}},{"3":{"ItemType":4}},{"3":{"ItemType":11}},{"2":{"Name":"AWS.Amplify/AppProperties","Properties":{"AccessToken":{"Type":4,"Flags":4},"AppId":{"Type":4,"Flags":2},"AppName":{"Type":4,"Flags":2},"Arn":{"Type":4,"Flags":18},"AutoBranchCreationConfig":{"Type":8,"Flags":4},"BasicAuthConfig":{"Type":9,"Flags":4},"BuildSpec":{"Type":4,"Flags":0},"CustomHeaders":{"Type":4,"Flags":0},"CustomRules":{"Type":16,"Flags":0},"DefaultDomain":{"Type":4,"Flags":2},"Description":{"Type":4,"Flags":0},"EnableBranchAutoDeletion":{"Type":2,"Flags":0},"EnvironmentVariables":{"Type":17,"Flags":0},"IAMServiceRole":{"Type":4,"Flags":0},"Name":{"Type":4,"Flags":1},"OauthToken":{"Type":4,"Flags":4},"Platform":{"Type":4,"Flags":0},"Repository":{"Type":4,"Flags":0},"Tags":{"Type":18,"Flags":0}}}},{"3":{"ItemType":10}},{"3":{"ItemType":11}},{"3":{"ItemType":12}},{"2":{"Name":"AWS.Amplify/App","Properties":{"name":{"Type":4,"Flags":0,"Description":"the resource name"},"alias":{"Type":4,"Flags":1,"Description":"the resource alias"},"properties":{"Type":15,"Flags":1,"Description":"properties of the resource"}}}},{"4":{"Name":"AWS.Amplify/App@default","ScopeType":0,"Body":19}},{"2":{"Name":"BasicAuthConfig","Properties":{"EnableBasicAuth":{"Type":2,"Flags":0},"Password":{"Type":4,"Flags":1},"Username":{"Type":4,"Flags":1}}}},{"2":{"Name":"EnvironmentVariable","Properties":{"Name":{"Type":4,"Flags":1},"Value":{"Type":4,"Flags":1}}}},{"2":{"Name":"Tag","Properties":{"Key":{"Type":4,"Flags":1},"Value":{"Type":4,"Flags":1}}}},{"2":{"Name":"AWS.Amplify/BranchProperties","Properties":{"AppId":{"Type":4,"Flags":1},"Arn":{"Type":4,"Flags":18},"BasicAuthConfig":{"Type":21,"Flags":4},"BranchName":{"Type":4,"Flags":1},"BuildSpec":{"Type":4,"Flags":0},"Description":{"Type":4,"Flags":0},"EnableAutoBuild":{"Type":2,"Flags":0},"EnablePerformanceMode":{"Type":2,"Flags":0},"EnablePullRequestPreview":{"Type":2,"Flags":0},"EnvironmentVariables":{"Type":25,"Flags":0},"Framework":{"Type":4,"Flags":0},"PullRequestEnvironmentName":{"Type":4,"Flags":0},"Stage":{"Type":4,"Flags":0},"Tags":{"Type":26,"Flags":0}}}},{"3":{"ItemType":22}},{"3":{"ItemType":23}},{"2":{"Name":"AWS.Amplify/Branch","Properties":{"name":{"Type":4,"Flags":0,"Description":"the resource name"},"alias":{"Type":4,"Flags":1,"Description":"the resource alias"},"properties":{"Type":24,"Flags":1,"Description":"properties of the resource"}}}},{"4":{"Name":"AWS.Amplify/Branch@default","ScopeType":0,"Body":27}},{"2":{"Name":"SubDomainSetting","Properties":{"BranchName":{"Type":4,"Flags":1},"Prefix":{"Type":4,"Flags":1}}}},{"2":{"Name":"AWS.Amplify/DomainProperties","Properties":{"AppId":{"Type":4,"Flags":1},"Arn":{"Type":4,"Flags":18},"AutoSubDomainCreationPatterns":{"Type":31,"Flags":0},"AutoSubDomainIAMRole":{"Type":4,"Flags":0},"CertificateRecord":{"Type":4,"Flags":2},"DomainName":{"Type":4,"Flags":1},"DomainStatus":{"Type":4,"Flags":2},"EnableAutoSubDomain":{"Type":2,"Flags":0},"StatusReason":{"Type":4,"Flags":2},"SubDomainSettings":{"Type":32,"Flags":1}}}},{"3":{"ItemType":4}},{"3":{"ItemType":29}},{"2":{"Name":"AWS.Amplify/Domain","Properties":{"name":{"Type":4,"Flags":0,"Description":"the resource name"},"alias":{"Type":4,"Flags":1,"Description":"the resource alias"},"properties":{"Type":30,"Flags":1,"Description":"properties of the resource"}}}},{"4":{"Name":"AWS.Amplify/Domain@default","ScopeType":0,"Body":33}}]
[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"2":{"Name":"AutoBranchCreationConfig","Properties":{"AutoBranchCreationPatterns":{"Type":13,"Flags":0},"BasicAuthConfig":{"Type":9,"Flags":0},"BuildSpec":{"Type":4,"Flags":0},"EnableAutoBranchCreation":{"Type":2,"Flags":0},"EnableAutoBuild":{"Type":2,"Flags":0},"EnablePerformanceMode":{"Type":2,"Flags":0},"EnablePullRequestPreview":{"Type":2,"Flags":0},"EnvironmentVariables":{"Type":14,"Flags":0},"Framework":{"Type":4,"Flags":0},"PullRequestEnvironmentName":{"Type":4,"Flags":0},"Stage":{"Type":4,"Flags":0}}}},{"2":{"Name":"BasicAuthConfig","Properties":{"EnableBasicAuth":{"Type":2,"Flags":0},"Password":{"Type":4,"Flags":0},"Username":{"Type":4,"Flags":0}}}},{"2":{"Name":"CustomRule","Properties":{"Condition":{"Type":4,"Flags":0},"Source":{"Type":4,"Flags":1},"Status":{"Type":4,"Flags":0},"Target":{"Type":4,"Flags":1}}}},{"2":{"Name":"EnvironmentVariable","Properties":{"Name":{"Type":4,"Flags":1},"Value":{"Type":4,"Flags":1}}}},{"2":{"Name":"Tag","Properties":{"Key":{"Type":4,"Flags":1},"Value":{"Type":4,"Flags":1}}}},{"3":{"ItemType":4}},{"3":{"ItemType":11}},{"2":{"Name":"AWS.Amplify/AppProperties","Properties":{"AccessToken":{"Type":4,"Flags":4},"AppId":{"Type":4,"Flags":2},"AppName":{"Type":4,"Flags":2},"Arn":{"Type":4,"Flags":18},"AutoBranchCreationConfig":{"Type":8,"Flags":4},"BasicAuthConfig":{"Type":9,"Flags":4},"BuildSpec":{"Type":4,"Flags":0},"CustomHeaders":{"Type":4,"Flags":0},"CustomRules":{"Type":16,"Flags":0},"DefaultDomain":{"Type":4,"Flags":2},"Description":{"Type":4,"Flags":0},"EnableBranchAutoDeletion":{"Type":2,"Flags":0},"EnvironmentVariables":{"Type":17,"Flags":0},"IAMServiceRole":{"Type":4,"Flags":0},"Name":{"Type":4,"Flags":1},"OauthToken":{"Type":4,"Flags":4},"Platform":{"Type":4,"Flags":0},"Repository":{"Type":4,"Flags":0},"Tags":{"Type":18,"Flags":0}}}},{"3":{"ItemType":10}},{"3":{"ItemType":11}},{"3":{"ItemType":12}},{"2":{"Name":"AWS.Amplify/App","Properties":{"name":{"Type":4,"Flags":0,"Description":"the resource name"},"alias":{"Type":4,"Flags":1,"Description":"the resource alias"},"properties":{"Type":15,"Flags":1,"Description":"properties of the resource"}}}},{"4":{"Name":"AWS.Amplify/App@default","ScopeType":0,"Body":19}},{"2":{"Name":"Backend","Properties":{"StackArn":{"Type":4,"Flags":0}}}},{"2":{"Name":"BasicAuthConfig","Properties":{"EnableBasicAuth":{"Type":2,"Flags":0},"Password":{"Type":4,"Flags":1},"Username":{"Type":4,"Flags":1}}}},{"2":{"Name":"EnvironmentVariable","Properties":{"Name":{"Type":4,"Flags":1},"Value":{"Type":4,"Flags":1}}}},{"2":{"Name":"Tag","Properties":{"Key":{"Type":4,"Flags":1},"Value":{"Type":4,"Flags":1}}}},{"2":{"Name":"AWS.Amplify/BranchProperties","Properties":{"AppId":{"Type":4,"Flags":1},"Arn":{"Type":4,"Flags":18},"Backend":{"Type":21,"Flags":0},"BasicAuthConfig":{"Type":22,"Flags":4},"BranchName":{"Type":4,"Flags":1},"BuildSpec":{"Type":4,"Flags":0},"Description":{"Type":4,"Flags":0},"EnableAutoBuild":{"Type":2,"Flags":0},"EnablePerformanceMode":{"Type":2,"Flags":0},"EnablePullRequestPreview":{"Type":2,"Flags":0},"EnvironmentVariables":{"Type":26,"Flags":0},"Framework":{"Type":4,"Flags":0},"PullRequestEnvironmentName":{"Type":4,"Flags":0},"Stage":{"Type":4,"Flags":0},"Tags":{"Type":27,"Flags":0}}}},{"3":{"ItemType":23}},{"3":{"ItemType":24}},{"2":{"Name":"AWS.Amplify/Branch","Properties":{"name":{"Type":4,"Flags":0,"Description":"the resource name"},"alias":{"Type":4,"Flags":1,"Description":"the resource alias"},"properties":{"Type":25,"Flags":1,"Description":"properties of the resource"}}}},{"4":{"Name":"AWS.Amplify/Branch@default","ScopeType":0,"Body":28}},{"2":{"Name":"SubDomainSetting","Properties":{"BranchName":{"Type":4,"Flags":1},"Prefix":{"Type":4,"Flags":1}}}},{"2":{"Name":"AWS.Amplify/DomainProperties","Properties":{"AppId":{"Type":4,"Flags":1},"Arn":{"Type":4,"Flags":18},"AutoSubDomainCreationPatterns":{"Type":32,"Flags":0},"AutoSubDomainIAMRole":{"Type":4,"Flags":0},"CertificateRecord":{"Type":4,"Flags":2},"DomainName":{"Type":4,"Flags":1},"DomainStatus":{"Type":4,"Flags":2},"EnableAutoSubDomain":{"Type":2,"Flags":0},"StatusReason":{"Type":4,"Flags":2},"SubDomainSettings":{"Type":33,"Flags":1}}}},{"3":{"ItemType":4}},{"3":{"ItemType":30}},{"2":{"Name":"AWS.Amplify/Domain","Properties":{"name":{"Type":4,"Flags":0,"Description":"the resource name"},"alias":{"Type":4,"Flags":1,"Description":"the resource alias"},"properties":{"Type":31,"Flags":1,"Description":"properties of the resource"}}}},{"4":{"Name":"AWS.Amplify/Domain@default","ScopeType":0,"Body":34}}]
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
### Properties
* **AppId**: string (Required)
* **Arn**: string (ReadOnly, Identifier)
* **Backend**: [Backend](#backend)
* **BasicAuthConfig**: [BasicAuthConfig](#basicauthconfig) (WriteOnly)
* **BranchName**: string (Required)
* **BuildSpec**: string
Expand All @@ -97,6 +98,10 @@
* **Stage**: string
* **Tags**: [Tag](#tag)[]

## Backend
### Properties
* **StackArn**: string

## BasicAuthConfig
### Properties
* **EnableBasicAuth**: bool
Expand Down
Loading
Loading