|
1592 | 1592 | }
|
1593 | 1593 | ]
|
1594 | 1594 | }
|
| 1595 | + }, |
| 1596 | + "ClusterV332SecurityGroupDDA33760": { |
| 1597 | + "Type": "AWS::EC2::SecurityGroup", |
| 1598 | + "Properties": { |
| 1599 | + "GroupDescription": "MSK security group", |
| 1600 | + "SecurityGroupEgress": [ |
| 1601 | + { |
| 1602 | + "CidrIp": "0.0.0.0/0", |
| 1603 | + "Description": "Allow all outbound traffic by default", |
| 1604 | + "IpProtocol": "-1" |
| 1605 | + } |
| 1606 | + ], |
| 1607 | + "VpcId": { |
| 1608 | + "Ref": "VPCB9E5F0B4" |
| 1609 | + } |
| 1610 | + } |
| 1611 | + }, |
| 1612 | + "ClusterV332929A761F": { |
| 1613 | + "Type": "AWS::MSK::Cluster", |
| 1614 | + "Properties": { |
| 1615 | + "BrokerNodeGroupInfo": { |
| 1616 | + "ClientSubnets": [ |
| 1617 | + { |
| 1618 | + "Ref": "VPCPrivateSubnet1Subnet8BCA10E0" |
| 1619 | + }, |
| 1620 | + { |
| 1621 | + "Ref": "VPCPrivateSubnet2SubnetCFCDAA7A" |
| 1622 | + } |
| 1623 | + ], |
| 1624 | + "InstanceType": "kafka.m5.large", |
| 1625 | + "SecurityGroups": [ |
| 1626 | + { |
| 1627 | + "Fn::GetAtt": [ |
| 1628 | + "ClusterV332SecurityGroupDDA33760", |
| 1629 | + "GroupId" |
| 1630 | + ] |
| 1631 | + } |
| 1632 | + ], |
| 1633 | + "StorageInfo": { |
| 1634 | + "EBSStorageInfo": { |
| 1635 | + "VolumeSize": 1000 |
| 1636 | + } |
| 1637 | + } |
| 1638 | + }, |
| 1639 | + "ClusterName": "integ-test-v3-3-2", |
| 1640 | + "KafkaVersion": "3.3.2", |
| 1641 | + "NumberOfBrokerNodes": 2, |
| 1642 | + "EncryptionInfo": { |
| 1643 | + "EncryptionInTransit": { |
| 1644 | + "ClientBroker": "TLS", |
| 1645 | + "InCluster": true |
| 1646 | + } |
| 1647 | + }, |
| 1648 | + "LoggingInfo": { |
| 1649 | + "BrokerLogs": { |
| 1650 | + "CloudWatchLogs": { |
| 1651 | + "Enabled": false |
| 1652 | + }, |
| 1653 | + "Firehose": { |
| 1654 | + "Enabled": false |
| 1655 | + }, |
| 1656 | + "S3": { |
| 1657 | + "Bucket": { |
| 1658 | + "Ref": "LoggingBucket1E5A6F3B" |
| 1659 | + }, |
| 1660 | + "Enabled": true |
| 1661 | + } |
| 1662 | + } |
| 1663 | + } |
| 1664 | + }, |
| 1665 | + "UpdateReplacePolicy": "Delete", |
| 1666 | + "DeletionPolicy": "Delete" |
| 1667 | + }, |
| 1668 | + "ClusterV332BootstrapBrokersBootstrapBrokerStringTls06A03A3A": { |
| 1669 | + "Type": "Custom::AWS", |
| 1670 | + "Properties": { |
| 1671 | + "ServiceToken": { |
| 1672 | + "Fn::GetAtt": [ |
| 1673 | + "AWS679f53fac002430cb0da5b7982bd22872D164C4C", |
| 1674 | + "Arn" |
| 1675 | + ] |
| 1676 | + }, |
| 1677 | + "Create": { |
| 1678 | + "Fn::Join": [ |
| 1679 | + "", |
| 1680 | + [ |
| 1681 | + "{\"service\":\"Kafka\",\"action\":\"getBootstrapBrokers\",\"parameters\":{\"ClusterArn\":\"", |
| 1682 | + { |
| 1683 | + "Ref": "ClusterV332929A761F" |
| 1684 | + }, |
| 1685 | + "\"},\"physicalResourceId\":{\"id\":\"BootstrapBrokers\"}}" |
| 1686 | + ] |
| 1687 | + ] |
| 1688 | + }, |
| 1689 | + "Update": { |
| 1690 | + "Fn::Join": [ |
| 1691 | + "", |
| 1692 | + [ |
| 1693 | + "{\"service\":\"Kafka\",\"action\":\"getBootstrapBrokers\",\"parameters\":{\"ClusterArn\":\"", |
| 1694 | + { |
| 1695 | + "Ref": "ClusterV332929A761F" |
| 1696 | + }, |
| 1697 | + "\"},\"physicalResourceId\":{\"id\":\"BootstrapBrokers\"}}" |
| 1698 | + ] |
| 1699 | + ] |
| 1700 | + }, |
| 1701 | + "InstallLatestAwsSdk": false |
| 1702 | + }, |
| 1703 | + "DependsOn": [ |
| 1704 | + "ClusterV332BootstrapBrokersBootstrapBrokerStringTlsCustomResourcePolicy2EA79A00" |
| 1705 | + ], |
| 1706 | + "UpdateReplacePolicy": "Delete", |
| 1707 | + "DeletionPolicy": "Delete" |
| 1708 | + }, |
| 1709 | + "ClusterV332BootstrapBrokersBootstrapBrokerStringTlsCustomResourcePolicy2EA79A00": { |
| 1710 | + "Type": "AWS::IAM::Policy", |
| 1711 | + "Properties": { |
| 1712 | + "PolicyDocument": { |
| 1713 | + "Statement": [ |
| 1714 | + { |
| 1715 | + "Action": "kafka:GetBootstrapBrokers", |
| 1716 | + "Effect": "Allow", |
| 1717 | + "Resource": { |
| 1718 | + "Ref": "ClusterV332929A761F" |
| 1719 | + } |
| 1720 | + } |
| 1721 | + ], |
| 1722 | + "Version": "2012-10-17" |
| 1723 | + }, |
| 1724 | + "PolicyName": "ClusterV332BootstrapBrokersBootstrapBrokerStringTlsCustomResourcePolicy2EA79A00", |
| 1725 | + "Roles": [ |
| 1726 | + { |
| 1727 | + "Ref": "AWS679f53fac002430cb0da5b7982bd2287ServiceRoleC1EA0FF2" |
| 1728 | + } |
| 1729 | + ] |
| 1730 | + } |
1595 | 1731 | }
|
1596 | 1732 | },
|
1597 | 1733 | "Outputs": {
|
|
1677 | 1813 | "BootstrapBrokerStringTls"
|
1678 | 1814 | ]
|
1679 | 1815 | }
|
| 1816 | + }, |
| 1817 | + "BootstrapBrokers9": { |
| 1818 | + "Value": { |
| 1819 | + "Fn::GetAtt": [ |
| 1820 | + "ClusterV332BootstrapBrokersBootstrapBrokerStringTls06A03A3A", |
| 1821 | + "BootstrapBrokerStringTls" |
| 1822 | + ] |
| 1823 | + } |
1680 | 1824 | }
|
1681 | 1825 | },
|
1682 | 1826 | "Parameters": {
|
|
0 commit comments