zoukankan      html  css  js  c++  java
  • Ref

    返回值

    Ref

    在将此资源的逻辑 ID 传递给内部 Ref 函数时,Ref 返回 返回实例 ID。例如:i-1234567890abcdef0

    {
      "Type" : "AWS::EC2::Instance",
      "Properties" : {
          "AdditionalInfo" : String,
          "Affinity" : String,
          "AvailabilityZone" : String,
          "BlockDeviceMappings" : [ BlockDeviceMapping, ... ],
          "CreditSpecification" : CreditSpecification,
          "DisableApiTermination" : Boolean,
          "EbsOptimized" : Boolean,
          "ElasticGpuSpecifications" : [ ElasticGpuSpecification, ... ],
          "ElasticInferenceAccelerators" : [ ElasticInferenceAccelerator, ... ],
          "HostId" : String,
          "IamInstanceProfile" : String,
          "ImageId" : String,
          "InstanceInitiatedShutdownBehavior" : String,
          "InstanceType" : String,
          "Ipv6AddressCount" : Integer,
          "Ipv6Addresses" : [ InstanceIpv6Address, ... ],
          "KernelId" : String,
          "KeyName" : String,
          "LaunchTemplate" : LaunchTemplateSpecification,
          "LicenseSpecifications" : [ LicenseSpecification, ... ],
          "Monitoring" : Boolean,
          "NetworkInterfaces" : [ NetworkInterface, ... ],
          "PlacementGroupName" : String,
          "PrivateIpAddress" : String,
          "RamdiskId" : String,
          "SecurityGroupIds" : [ String, ... ],
          "SecurityGroups" : [ String, ... ],
          "SourceDestCheck" : Boolean,
          "SsmAssociations" : [ SsmAssociation, ... ],
          "SubnetId" : String,
          "Tags" : [ Tag, ... ],
          "Tenancy" : String,
          "UserData" : String,
          "Volumes" : [ Volume, ... ]
        }
    }
  • 相关阅读:
    Mysql入门-对表数据的增删改查
    Mysql教程-自动备份数据库
    前端基础教程-jQuery EasyUI 的EasyLoader实例
    html上标与下标应用
    git使用教程
    retrofit2.0缓存设置
    android 模拟用户点击事件
    power designer 16.5 生成mysql8.0注释
    Navicat连接Mysql8.0.11出现1251错误
    mongodb 安装配置及简单使用
  • 原文地址:https://www.cnblogs.com/cloudrivers/p/11618437.html
Copyright © 2011-2022 走看看