Skip to content

Commit

Permalink
Regenerating based on aws-cloudformation-user-guide @ 19dc52cd3f2007d…
Browse files Browse the repository at this point in the history
…6d268b65b739ffb5ebf8c1e76
  • Loading branch information
pulumi-bot committed Feb 26, 2024
1 parent e29470d commit ef1ac01
Show file tree
Hide file tree
Showing 74 changed files with 12,510 additions and 7,970 deletions.
102 changes: 51 additions & 51 deletions aws-cloudformation-schema/aws-acmpca-certificate.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws-cloudformation-schema/aws-apigateway-authorizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type" : "string"
},
"IdentitySource" : {
"description" : "The identity source for which authorization is requested. For a ``TOKEN`` or ``COGNITO_USER_POOLS`` authorizer, this is required and specifies the request header mapping expression for the custom header holding the authorization token submitted by the client. For example, if the token header name is ``Auth``, the header mapping expression is ``method.request.header.Auth``. For the ``REQUEST`` authorizer, this is required when authorization caching is enabled. The value is a comma-separated string of one or more mapping expressions of the specified request parameters. For example, if an ``Auth`` header, a ``Name`` query string parameter are defined as identity sources, this value is ``method.request.header.Auth, method.request.querystring.Name``. These parameters will be used to derive the authorization caching key and to perform runtime validation of the ``REQUEST`` authorizer by verifying all of the identity-related request parameters are present, not null and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function, otherwise, it returns a 401 Unauthorized response without calling the Lambda function. The valid value is a string of comma-separated mapping expressions of the specified request parameters. When the authorization caching is not enabled, this property is optional.",
"description" : "The identity source for which authorization is requested. For a ``TOKEN`` or ``COGNITO_USER_POOLS`` authorizer, this is required and specifies the request header mapping expression for the custom header holding the authorization token submitted by the client. For example, if the token header name is ``Auth``, the header mapping expression is ``method.request.header.Auth``. For the ``REQUEST`` authorizer, this is required when authorization caching is enabled. The value is a comma-separated string of one or more mapping expressions of the specified request parameters. For example, if an ``Auth`` header, a ``Name`` query string parameter are defined as identity sources, this value is ``method.request.header.Auth, method.request.querystring.Name``. These parameters will be used to derive the authorization caching key and to perform runtime validation of the ``REQUEST`` authorizer by verifying all of the identity-related request parameters are present, not null and non-empty. Only when thi",
"type" : "string"
},
"IdentityValidationExpression" : {
Expand Down
4 changes: 2 additions & 2 deletions aws-cloudformation-schema/aws-apigateway-method.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
},
"PassthroughBehavior" : {
"description" : "Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in ``requestTemplates``. The valid value is one of the following: ``WHEN_NO_MATCH``: passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. ``WHEN_NO_TEMPLATES``: passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. ``NEVER``: rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.",
"description" : "Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in ``requestTemplates``. The valid value is one of the following: ``WHEN_NO_MATCH``: passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. ``WHEN_NO_TEMPLATES``: passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response",
"type" : "string",
"enum" : [ "WHEN_NO_MATCH", "WHEN_NO_TEMPLATES", "NEVER" ]
},
Expand Down Expand Up @@ -85,7 +85,7 @@
"enum" : [ "AWS", "AWS_PROXY", "HTTP", "HTTP_PROXY", "MOCK" ]
},
"Uri" : {
"description" : "Specifies Uniform Resource Identifier (URI) of the integration endpoint.\n For ``HTTP`` or ``HTTP_PROXY`` integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification for standard integrations. If ``connectionType`` is ``VPC_LINK`` specify the Network Load Balancer DNS name. For ``AWS`` or ``AWS_PROXY`` integrations, the URI is of the form ``arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}``. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated AWS service (e.g., s3); and {subdomain} is a designated subdomain supported by certain AWS service for fast host-name lookup. action can be used for an AWS service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_api refers to the path to an AWS service resource, including the region of the integrated AWS service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either ``arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key}`` or ``arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}``",
"description" : "Specifies Uniform Resource Identifier (URI) of the integration endpoint.\n For ``HTTP`` or ``HTTP_PROXY`` integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification for standard integrations. If ``connectionType`` is ``VPC_LINK`` specify the Network Load Balancer DNS name. For ``AWS`` or ``AWS_PROXY`` integrations, the URI is of the form ``arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}``. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated AWS service (e.g., s3); and {subdomain} is a designated subdomain supported by certain AWS service for fast host-name lookup. action can be used for an AWS service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_ap",
"type" : "string"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
"description" : "The grouping type of the application",
"type" : "string",
"enum" : [ "ACCOUNT_BASED" ]
},
"AttachMissingPermission" : {
"description" : "If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing",
"type" : "boolean"
}
},
"definitions" : {
Expand Down Expand Up @@ -265,6 +269,14 @@
},
"insertionOrder" : true
},
"Processes" : {
"description" : "A list of processes to monitor for the component. Only Windows EC2 instances can have a processes section.",
"type" : "array",
"items" : {
"$ref" : "#/definitions/Process"
},
"insertionOrder" : true
},
"Alarms" : {
"description" : "A list of alarms to monitor for the component.",
"type" : "array",
Expand All @@ -284,6 +296,14 @@
"HAClusterPrometheusExporter" : {
"description" : "The HA cluster Prometheus Exporter settings.",
"$ref" : "#/definitions/HAClusterPrometheusExporter"
},
"NetWeaverPrometheusExporter" : {
"description" : "The NetWeaver Prometheus Exporter settings.",
"$ref" : "#/definitions/NetWeaverPrometheusExporter"
},
"SQLServerPrometheusExporter" : {
"description" : "The SQL Prometheus Exporter settings.",
"$ref" : "#/definitions/SQLServerPrometheusExporter"
}
},
"additionalProperties" : false
Expand Down Expand Up @@ -315,6 +335,14 @@
"$ref" : "#/definitions/WindowsEvent"
},
"insertionOrder" : true
},
"Processes" : {
"description" : "A list of processes to monitor for the component. Only Windows EC2 instances can have a processes section.",
"type" : "array",
"items" : {
"$ref" : "#/definitions/Process"
},
"insertionOrder" : true
}
},
"additionalProperties" : false
Expand Down Expand Up @@ -377,6 +405,48 @@
},
"additionalProperties" : false
},
"NetWeaverPrometheusExporter" : {
"description" : "The NetWeaver Prometheus Exporter Settings.",
"type" : "object",
"properties" : {
"SAPSID" : {
"description" : "SAP NetWeaver SID.",
"type" : "string"
},
"InstanceNumbers" : {
"description" : "SAP instance numbers for ASCS, ERS, and App Servers.",
"type" : "array",
"items" : {
"type" : "string",
"minLength" : 1,
"maxLength" : 2,
"pattern" : "\\b([0-9]|[0-9][0-9])\\b"
}
},
"PrometheusPort" : {
"description" : "Prometheus exporter port.",
"type" : "string"
}
},
"required" : [ "SAPSID", "InstanceNumbers" ],
"additionalProperties" : false
},
"SQLServerPrometheusExporter" : {
"description" : "The SQL prometheus exporter settings.",
"type" : "object",
"properties" : {
"PrometheusPort" : {
"description" : "Prometheus exporter port.",
"type" : "string"
},
"SQLSecretName" : {
"description" : "Secret name which managers SQL exporter connection. e.g. {\"data_source_name\": \"sqlserver://<USERNAME>:<PASSWORD>@localhost:1433\"}",
"type" : "string"
}
},
"required" : [ "PrometheusPort", "SQLSecretName" ],
"additionalProperties" : false
},
"AlarmMetric" : {
"description" : "A metric to be monitored for the component.",
"type" : "object",
Expand Down Expand Up @@ -466,6 +536,29 @@
"required" : [ "LogGroupName", "EventName", "EventLevels" ],
"additionalProperties" : false
},
"Process" : {
"description" : "A process to be monitored for the component.",
"type" : "object",
"properties" : {
"ProcessName" : {
"description" : "The name of the process to be monitored for the component.",
"type" : "string",
"minLength" : 1,
"maxLength" : 256,
"pattern" : "^[a-zA-Z0-9_,-]+$"
},
"AlarmMetrics" : {
"description" : "A list of metrics to monitor for the component.",
"type" : "array",
"items" : {
"$ref" : "#/definitions/AlarmMetric"
},
"insertionOrder" : true
}
},
"required" : [ "ProcessName", "AlarmMetrics" ],
"additionalProperties" : false
},
"EventLevel" : {
"description" : "The level of event to log.",
"type" : "string",
Expand Down Expand Up @@ -512,7 +605,7 @@
"required" : [ "ResourceGroupName" ],
"primaryIdentifier" : [ "/properties/ApplicationARN" ],
"readOnlyProperties" : [ "/properties/ApplicationARN" ],
"writeOnlyProperties" : [ "/properties/ComponentMonitoringSettings", "/properties/LogPatternSets", "/properties/CustomComponents", "/properties/GroupingType", "/properties/OpsItemSNSTopicArn" ],
"writeOnlyProperties" : [ "/properties/ComponentMonitoringSettings", "/properties/LogPatternSets", "/properties/CustomComponents", "/properties/GroupingType", "/properties/OpsItemSNSTopicArn", "/properties/AttachMissingPermission" ],
"createOnlyProperties" : [ "/properties/ResourceGroupName", "/properties/GroupingType" ],
"handlers" : {
"create" : {
Expand Down
Loading

0 comments on commit ef1ac01

Please sign in to comment.